pub enum UpdateLogFormat {
Text,
Md,
Json,
}Variants§
Trait Implementations§
Source§impl Clone for UpdateLogFormat
impl Clone for UpdateLogFormat
Source§fn clone(&self) -> UpdateLogFormat
fn clone(&self) -> UpdateLogFormat
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 UpdateLogFormat
Source§impl ValueEnum for UpdateLogFormat
impl ValueEnum for UpdateLogFormat
Auto Trait Implementations§
impl Freeze for UpdateLogFormat
impl RefUnwindSafe for UpdateLogFormat
impl Send for UpdateLogFormat
impl Sync for UpdateLogFormat
impl Unpin for UpdateLogFormat
impl UnsafeUnpin for UpdateLogFormat
impl UnwindSafe for UpdateLogFormat
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