Enum git_ref_format_core::lit::SomeLit
source · [−]Expand description
Either a KnownLit
or a name::Component
Variants
Known(KnownLit)
Any(Component<'a>)
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for SomeLit<'a>
impl<'a> Send for SomeLit<'a>
impl<'a> Sync for SomeLit<'a>
impl<'a> Unpin for SomeLit<'a>
impl<'a> UnwindSafe for SomeLit<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more