pub enum AttributeSeparator {
Space,
NewLine,
}Variants§
Trait Implementations§
Source§impl Clone for AttributeSeparator
impl Clone for AttributeSeparator
Source§fn clone(&self) -> AttributeSeparator
fn clone(&self) -> AttributeSeparator
Returns a duplicate of the value. Read more
1.0.0 · 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 AttributeSeparator
impl Debug for AttributeSeparator
Source§impl<O> Writable<O> for AttributeSeparatorwhere
O: Output,
impl<O> Writable<O> for AttributeSeparatorwhere
O: Output,
impl Copy for AttributeSeparator
Auto Trait Implementations§
impl Freeze for AttributeSeparator
impl RefUnwindSafe for AttributeSeparator
impl Send for AttributeSeparator
impl Sync for AttributeSeparator
impl Unpin for AttributeSeparator
impl UnwindSafe for AttributeSeparator
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