pub struct DayLineBuilder {
pub file: File,
pub max_days: u64,
}Fields§
§file: File§max_days: u64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DayLineBuilder
impl RefUnwindSafe for DayLineBuilder
impl Send for DayLineBuilder
impl Sync for DayLineBuilder
impl Unpin for DayLineBuilder
impl UnwindSafe for DayLineBuilder
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