pub struct ConstFile(/* private fields */);
Expand description
construct a non rolling file
Implementations§
Trait Implementations§
Source§impl Checker for ConstFile
impl Checker for ConstFile
Auto Trait Implementations§
impl Freeze for ConstFile
impl RefUnwindSafe for ConstFile
impl Send for ConstFile
impl Sync for ConstFile
impl Unpin for ConstFile
impl UnwindSafe for ConstFile
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