pub struct categoryId;Trait Implementations§
Source§impl Field for categoryId
impl Field for categoryId
impl HasInputField<categoryId, Id> for CreateDiscussionInput
Auto Trait Implementations§
impl Freeze for categoryId
impl RefUnwindSafe for categoryId
impl Send for categoryId
impl Sync for categoryId
impl Unpin for categoryId
impl UnwindSafe for categoryId
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