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