pub struct NumberOctal {
pub extent: Extent,
pub decimal: Extent,
pub fraction: Option<Extent>,
pub exponent: Option<Extent>,
pub suffix: Option<Extent>,
}Fields§
§extent: Extent§decimal: Extent§fraction: Option<Extent>§exponent: Option<Extent>§suffix: Option<Extent>Trait Implementations§
Source§impl Debug for NumberOctal
impl Debug for NumberOctal
Source§impl<'a> Index<&'a NumberOctal> for str
impl<'a> Index<&'a NumberOctal> for str
Source§impl Index<NumberOctal> for str
impl Index<NumberOctal> for str
Auto Trait Implementations§
impl Freeze for NumberOctal
impl RefUnwindSafe for NumberOctal
impl Send for NumberOctal
impl Sync for NumberOctal
impl Unpin for NumberOctal
impl UnsafeUnpin for NumberOctal
impl UnwindSafe for NumberOctal
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