pub struct deletions;
Trait Implementations§
impl HasInputField<deletions, Option<Vec<FileDeletion>>> for FileChanges
Auto Trait Implementations§
impl Freeze for deletions
impl RefUnwindSafe for deletions
impl Send for deletions
impl Sync for deletions
impl Unpin for deletions
impl UnwindSafe for deletions
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