Struct radicle_surf::Local
source · pub struct Local { /* private fields */ }
Expand description
A Local
represents a local branch, i.e. it is a reference under
refs/heads
.
Note that if a Local
is created from a git2::Reference
then
any refs/namespaces
will be stripped.
Implementations§
Trait Implementations§
source§impl Ord for Local
impl Ord for Local
source§impl PartialOrd for Local
impl PartialOrd for Local
impl Eq for Local
impl StructuralPartialEq for Local
Auto Trait Implementations§
impl Freeze for Local
impl RefUnwindSafe for Local
impl Send for Local
impl Sync for Local
impl Unpin for Local
impl UnwindSafe for Local
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)