struct ItemFraction {
width: Option<u8>,
dot: bool,
subsec: u32,
}Fields§
§width: Option<u8>§dot: bool§subsec: u32Auto Trait Implementations§
impl Freeze for ItemFraction
impl RefUnwindSafe for ItemFraction
impl Send for ItemFraction
impl Sync for ItemFraction
impl Unpin for ItemFraction
impl UnsafeUnpin for ItemFraction
impl UnwindSafe for ItemFraction
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