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