pub struct DurationTweakDsl {
pub half_num: i8,
pub dotted: bool,
pub triplet: bool,
}Fields§
§half_num: i8§dotted: bool§triplet: boolImplementations§
Trait Implementations§
Source§impl Debug for DurationTweakDsl
impl Debug for DurationTweakDsl
Source§impl Parse for DurationTweakDsl
impl Parse for DurationTweakDsl
Auto Trait Implementations§
impl Freeze for DurationTweakDsl
impl RefUnwindSafe for DurationTweakDsl
impl Send for DurationTweakDsl
impl Sync for DurationTweakDsl
impl Unpin for DurationTweakDsl
impl UnwindSafe for DurationTweakDsl
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