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