pub enum LinesFormat {
Glog,
Json,
Full,
Simple,
}Variants§
Trait Implementations§
Source§impl Clone for LinesFormat
impl Clone for LinesFormat
Source§fn clone(&self) -> LinesFormat
fn clone(&self) -> LinesFormat
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 LinesFormat
impl Debug for LinesFormat
Source§impl FromStr for LinesFormat
impl FromStr for LinesFormat
Source§impl TryFrom<&str> for LinesFormat
impl TryFrom<&str> for LinesFormat
impl Copy for LinesFormat
Auto Trait Implementations§
impl Freeze for LinesFormat
impl RefUnwindSafe for LinesFormat
impl Send for LinesFormat
impl Sync for LinesFormat
impl Unpin for LinesFormat
impl UnsafeUnpin for LinesFormat
impl UnwindSafe for LinesFormat
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