Struct git_ref_format_core::lit::Refs
source · pub struct Refs;
Trait Implementations§
source§impl Ord for Refs
impl Ord for Refs
source§impl PartialEq<Refs> for Refs
impl PartialEq<Refs> for Refs
source§impl PartialOrd<Refs> for Refs
impl PartialOrd<Refs> for Refs
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 Refs
impl Eq for Refs
impl StructuralEq for Refs
impl StructuralPartialEq for Refs
Auto Trait Implementations§
impl RefUnwindSafe for Refs
impl Send for Refs
impl Sync for Refs
impl Unpin for Refs
impl UnwindSafe for Refs
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