pub enum ForEachRefFormatSegment {
Literal(Vec<u8>),
Atom(ForEachRefAtom),
}Variants§
Literal(Vec<u8>)
Atom(ForEachRefAtom)
Trait Implementations§
Source§impl Clone for ForEachRefFormatSegment
impl Clone for ForEachRefFormatSegment
Source§fn clone(&self) -> ForEachRefFormatSegment
fn clone(&self) -> ForEachRefFormatSegment
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 moreSource§impl Debug for ForEachRefFormatSegment
impl Debug for ForEachRefFormatSegment
impl Eq for ForEachRefFormatSegment
Source§impl PartialEq for ForEachRefFormatSegment
impl PartialEq for ForEachRefFormatSegment
impl StructuralPartialEq for ForEachRefFormatSegment
Auto Trait Implementations§
impl Freeze for ForEachRefFormatSegment
impl RefUnwindSafe for ForEachRefFormatSegment
impl Send for ForEachRefFormatSegment
impl Sync for ForEachRefFormatSegment
impl Unpin for ForEachRefFormatSegment
impl UnsafeUnpin for ForEachRefFormatSegment
impl UnwindSafe for ForEachRefFormatSegment
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