pub struct FormatFile;
Trait Implementations§
Source§impl Clone for FormatFile
impl Clone for FormatFile
Source§fn clone(&self) -> FormatFile
fn clone(&self) -> FormatFile
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FormatFile
impl Debug for FormatFile
Source§impl SyslogFormatter for FormatFile
impl SyslogFormatter for FormatFile
impl Send for FormatFile
Auto Trait Implementations§
impl Freeze for FormatFile
impl RefUnwindSafe for FormatFile
impl Sync for FormatFile
impl Unpin for FormatFile
impl UnwindSafe for FormatFile
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