pub struct mannequins;Trait Implementations§
Source§impl Field for mannequins
impl Field for mannequins
Source§impl HasArgument<after> for mannequins
impl HasArgument<after> for mannequins
Source§impl HasArgument<before> for mannequins
impl HasArgument<before> for mannequins
Source§impl HasArgument<first> for mannequins
impl HasArgument<first> for mannequins
Source§impl HasArgument<last> for mannequins
impl HasArgument<last> for mannequins
Source§impl HasArgument<orderBy> for mannequins
impl HasArgument<orderBy> for mannequins
Source§type ArgumentType = Option<MannequinOrder>
type ArgumentType = Option<MannequinOrder>
The schema marker type of this argument.
Source§impl HasField<mannequins> for Organization
impl HasField<mannequins> for Organization
Source§type Type = MannequinConnection
type Type = MannequinConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for mannequins
impl RefUnwindSafe for mannequins
impl Send for mannequins
impl Sync for mannequins
impl Unpin for mannequins
impl UnwindSafe for mannequins
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