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