pub struct pattern;
Trait Implementations§
Source§impl HasField<pattern> for PinnedDiscussion
impl HasField<pattern> for PinnedDiscussion
Source§type Type = PinnedDiscussionPattern
type Type = PinnedDiscussionPattern
The schema marker type of this field.
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