pub struct FileComponent { /* private fields */ }Implementations§
Source§impl FileComponent
impl FileComponent
pub fn new() -> Self
pub fn with_config(config: FileGlobalConfig) -> Self
pub fn with_optional_config(config: Option<FileGlobalConfig>) -> Self
Trait Implementations§
Source§impl Component for FileComponent
impl Component for FileComponent
Auto Trait Implementations§
impl Freeze for FileComponent
impl RefUnwindSafe for FileComponent
impl Send for FileComponent
impl Sync for FileComponent
impl Unpin for FileComponent
impl UnsafeUnpin for FileComponent
impl UnwindSafe for FileComponent
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