pub struct beforeRev;
Trait Implementations§
Source§impl HasArgument<beforeRev> for RevisionsDiff
impl HasArgument<beforeRev> for RevisionsDiff
Auto Trait Implementations§
impl Freeze for beforeRev
impl RefUnwindSafe for beforeRev
impl Send for beforeRev
impl Sync for beforeRev
impl Unpin for beforeRev
impl UnwindSafe for beforeRev
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