pub struct enableTotal;
Trait Implementations§
Source§impl Field for enableTotal
impl Field for enableTotal
impl HasInputField<enableTotal, Option<bool>> for MultiPostRelationInput
Auto Trait Implementations§
impl Freeze for enableTotal
impl RefUnwindSafe for enableTotal
impl Send for enableTotal
impl Sync for enableTotal
impl Unpin for enableTotal
impl UnwindSafe for enableTotal
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