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