pub struct IFileHistory { /* private fields */ }Trait Implementations§
Source§impl Clone for IFileHistory
impl Clone for IFileHistory
Source§fn clone(&self) -> IFileHistory
fn clone(&self) -> IFileHistory
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IFileHistory
impl Debug for IFileHistory
impl Copy for IFileHistory
Auto Trait Implementations§
impl Freeze for IFileHistory
impl RefUnwindSafe for IFileHistory
impl Send for IFileHistory
impl Sync for IFileHistory
impl Unpin for IFileHistory
impl UnsafeUnpin for IFileHistory
impl UnwindSafe for IFileHistory
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