pub struct FileSinkOpts {
pub directory: PathBuf,
pub file_name: String,
pub rotation: Rotation,
}Fields§
§directory: PathBuf§file_name: String§rotation: RotationTrait Implementations§
Source§impl Clone for FileSinkOpts
impl Clone for FileSinkOpts
Source§fn clone(&self) -> FileSinkOpts
fn clone(&self) -> FileSinkOpts
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 moreAuto Trait Implementations§
impl Freeze for FileSinkOpts
impl RefUnwindSafe for FileSinkOpts
impl Send for FileSinkOpts
impl Sync for FileSinkOpts
impl Unpin for FileSinkOpts
impl UnsafeUnpin for FileSinkOpts
impl UnwindSafe for FileSinkOpts
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