struct ItemOffset {
offset: Offset,
colon: bool,
minute: bool,
second: bool,
}Fields§
§offset: Offset§colon: bool§minute: bool§second: boolImplementations§
Source§impl ItemOffset
impl ItemOffset
Auto Trait Implementations§
impl Freeze for ItemOffset
impl RefUnwindSafe for ItemOffset
impl Send for ItemOffset
impl Sync for ItemOffset
impl Unpin for ItemOffset
impl UnwindSafe for ItemOffset
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