Struct relay_pattern::Pattern
source · pub struct Pattern { /* private fields */ }
Expand description
Pattern
represents a successfully parsed Relay pattern.
Implementations§
Trait Implementations§
source§impl<C> AsRef<Pattern> for TypedPattern<C>
impl<C> AsRef<Pattern> for TypedPattern<C>
source§impl<C> From<TypedPattern<C>> for Pattern
impl<C> From<TypedPattern<C>> for Pattern
source§fn from(value: TypedPattern<C>) -> Self
fn from(value: TypedPattern<C>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Pattern
impl RefUnwindSafe for Pattern
impl Send for Pattern
impl Sync for Pattern
impl Unpin for Pattern
impl UnwindSafe for Pattern
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)