Enum LogFacility
enum LogFacility {
Kern,
User,
Mail,
Daemon,
Auth,
Syslog,
Lpr,
News,
Uucp,
Cron,
AuthPriv,
Ftp,
}Variants§
Implementations§
Trait Implementations§
§impl Clone for LogFacility
impl Clone for LogFacility
§fn clone(&self) -> LogFacility
fn clone(&self) -> LogFacility
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 more§impl Debug for LogFacility
impl Debug for LogFacility
§impl PartialEq for LogFacility
impl PartialEq for LogFacility
impl Copy for LogFacility
impl StructuralPartialEq for LogFacility
Auto Trait Implementations§
impl Freeze for LogFacility
impl RefUnwindSafe for LogFacility
impl Send for LogFacility
impl Sync for LogFacility
impl Unpin for LogFacility
impl UnwindSafe for LogFacility
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