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