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