pub struct NotesRef(pub String);Expand description
A fully-qualified notes ref name (e.g. refs/notes/commits).
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
impl Eq for NotesRef
impl StructuralPartialEq for NotesRef
Auto Trait Implementations§
impl Freeze for NotesRef
impl RefUnwindSafe for NotesRef
impl Send for NotesRef
impl Sync for NotesRef
impl Unpin for NotesRef
impl UnsafeUnpin for NotesRef
impl UnwindSafe for NotesRef
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