pub struct customerUnsync;Trait Implementations§
Source§impl Field for customerUnsync
impl Field for customerUnsync
Source§impl HasArgument<id> for customerUnsync
impl HasArgument<id> for customerUnsync
Source§impl HasField<customerUnsync> for Mutation
impl HasField<customerUnsync> for Mutation
Source§type Type = CustomerPayload
type Type = CustomerPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for customerUnsync
impl RefUnwindSafe for customerUnsync
impl Send for customerUnsync
impl Sync for customerUnsync
impl Unpin for customerUnsync
impl UnwindSafe for customerUnsync
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