pub struct RevId { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Ord for RevId
impl Ord for RevId
Source§impl PartialOrd for RevId
impl PartialOrd for RevId
impl Copy for RevId
impl Eq for RevId
impl StructuralPartialEq for RevId
Auto Trait Implementations§
impl Freeze for RevId
impl RefUnwindSafe for RevId
impl Send for RevId
impl Sync for RevId
impl Unpin for RevId
impl UnwindSafe for RevId
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