#[non_exhaustive]pub struct ReopenLogFile {}Expand description
Reload a log file, usually after rotation.
Trait Implementations§
Source§impl Clone for ReopenLogFile
impl Clone for ReopenLogFile
Source§fn clone(&self) -> ReopenLogFile
fn clone(&self) -> ReopenLogFile
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 ReopenLogFile
impl Debug for ReopenLogFile
Source§impl Default for ReopenLogFile
impl Default for ReopenLogFile
Source§fn default() -> ReopenLogFile
fn default() -> ReopenLogFile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReopenLogFile
impl<'de> Deserialize<'de> for ReopenLogFile
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Message for ReopenLogFile
impl Message for ReopenLogFile
Auto Trait Implementations§
impl Freeze for ReopenLogFile
impl RefUnwindSafe for ReopenLogFile
impl Send for ReopenLogFile
impl Sync for ReopenLogFile
impl Unpin for ReopenLogFile
impl UnsafeUnpin for ReopenLogFile
impl UnwindSafe for ReopenLogFile
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