pub enum LogFileType {
DataNode,
ShardingRouter,
ShardNode {
shard_num: usize,
},
ConfigServer,
}Variants§
Trait Implementations§
Source§impl Clone for LogFileType
impl Clone for LogFileType
Source§fn clone(&self) -> LogFileType
fn clone(&self) -> LogFileType
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 LogFileType
impl Debug for LogFileType
impl Copy for LogFileType
Auto Trait Implementations§
impl Freeze for LogFileType
impl RefUnwindSafe for LogFileType
impl Send for LogFileType
impl Sync for LogFileType
impl Unpin for LogFileType
impl UnwindSafe for LogFileType
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