pub struct DeleteMutation {
pub type_name: String,
pub predicate: MutationPredicate,
}Fields§
§type_name: String§predicate: MutationPredicateTrait Implementations§
Source§impl Clone for DeleteMutation
impl Clone for DeleteMutation
Source§fn clone(&self) -> DeleteMutation
fn clone(&self) -> DeleteMutation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DeleteMutation
impl RefUnwindSafe for DeleteMutation
impl Send for DeleteMutation
impl Sync for DeleteMutation
impl Unpin for DeleteMutation
impl UnsafeUnpin for DeleteMutation
impl UnwindSafe for DeleteMutation
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