pub struct UpdateFile { /* private fields */ }Expand description
Input
Implementations§
Trait Implementations§
Source§impl Debug for UpdateFile
impl Debug for UpdateFile
Source§impl Default for UpdateFile
impl Default for UpdateFile
Auto Trait Implementations§
impl Freeze for UpdateFile
impl RefUnwindSafe for UpdateFile
impl Send for UpdateFile
impl Sync for UpdateFile
impl Unpin for UpdateFile
impl UnwindSafe for UpdateFile
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