pub enum ForEachRefNameFormat {
Full,
Short,
Strip(ForEachRefStrip),
}Variants§
Trait Implementations§
Source§impl Clone for ForEachRefNameFormat
impl Clone for ForEachRefNameFormat
Source§fn clone(&self) -> ForEachRefNameFormat
fn clone(&self) -> ForEachRefNameFormat
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 ForEachRefNameFormat
Source§impl Debug for ForEachRefNameFormat
impl Debug for ForEachRefNameFormat
impl Eq for ForEachRefNameFormat
Source§impl PartialEq for ForEachRefNameFormat
impl PartialEq for ForEachRefNameFormat
impl StructuralPartialEq for ForEachRefNameFormat
Auto Trait Implementations§
impl Freeze for ForEachRefNameFormat
impl RefUnwindSafe for ForEachRefNameFormat
impl Send for ForEachRefNameFormat
impl Sync for ForEachRefNameFormat
impl Unpin for ForEachRefNameFormat
impl UnsafeUnpin for ForEachRefNameFormat
impl UnwindSafe for ForEachRefNameFormat
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