Struct radicle_git_ext::oid::Oid
source · pub struct Oid(_);Expand description
Serializable git2::Oid
Methods from Deref<Target = Oid>§
Trait Implementations§
source§impl Ord for Oid
impl Ord for Oid
source§impl PartialOrd<Oid> for Oid
impl PartialOrd<Oid> for Oid
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for Oid
impl Eq for Oid
impl StructuralEq for Oid
impl StructuralPartialEq for Oid
Auto Trait Implementations§
impl RefUnwindSafe for Oid
impl Send for Oid
impl Sync for Oid
impl Unpin for Oid
impl UnwindSafe for Oid
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