pub struct TailedFile { /* private fields */ }
Implementations§
Source§impl TailedFile
impl TailedFile
Auto Trait Implementations§
impl Freeze for TailedFile
impl RefUnwindSafe for TailedFile
impl Send for TailedFile
impl Sync for TailedFile
impl Unpin for TailedFile
impl UnwindSafe for TailedFile
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