pub enum RefNamespace {
Branch,
Tag,
Note,
}Expand description
The content namespaces Heddle intentionally mirrors as named Git refs.
Variants§
Trait Implementations§
Source§impl Clone for GitRefContentNamespace
impl Clone for GitRefContentNamespace
Source§fn clone(&self) -> GitRefContentNamespace
fn clone(&self) -> GitRefContentNamespace
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GitRefContentNamespace
Source§impl Debug for GitRefContentNamespace
impl Debug for GitRefContentNamespace
impl Eq for GitRefContentNamespace
Source§impl Hash for GitRefContentNamespace
impl Hash for GitRefContentNamespace
Source§impl PartialEq for GitRefContentNamespace
impl PartialEq for GitRefContentNamespace
impl StructuralPartialEq for GitRefContentNamespace
Auto Trait Implementations§
impl Freeze for GitRefContentNamespace
impl RefUnwindSafe for GitRefContentNamespace
impl Send for GitRefContentNamespace
impl Sync for GitRefContentNamespace
impl Unpin for GitRefContentNamespace
impl UnsafeUnpin for GitRefContentNamespace
impl UnwindSafe for GitRefContentNamespace
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