pub struct category;
Trait Implementations§
Source§impl HasField<category> for Discussion
impl HasField<category> for Discussion
Source§type Type = DiscussionCategory
type Type = DiscussionCategory
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for category
impl RefUnwindSafe for category
impl Send for category
impl Sync for category
impl Unpin for category
impl UnwindSafe for category
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