pub struct FileDeletion;Trait Implementations§
impl HasInputField<path, String> for FileDeletion
impl InputObjectMarker for FileDeletion
Auto Trait Implementations§
impl Freeze for FileDeletion
impl RefUnwindSafe for FileDeletion
impl Send for FileDeletion
impl Sync for FileDeletion
impl Unpin for FileDeletion
impl UnwindSafe for FileDeletion
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