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