pub struct mapping;Trait Implementations§
Source§impl HasArgument<mapping> for teamUpdate
impl HasArgument<mapping> for teamUpdate
Source§type ArgumentType = Option<InheritanceEntityMapping>
type ArgumentType = Option<InheritanceEntityMapping>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for mapping
impl RefUnwindSafe for mapping
impl Send for mapping
impl Sync for mapping
impl Unpin for mapping
impl UnwindSafe for mapping
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