pub struct DeInteger<'i> { /* private fields */ }
Expand description
Represents a TOML integer
Trait Implementations§
Auto Trait Implementations§
impl<'i> Freeze for DeInteger<'i>
impl<'i> RefUnwindSafe for DeInteger<'i>
impl<'i> Send for DeInteger<'i>
impl<'i> Sync for DeInteger<'i>
impl<'i> Unpin for DeInteger<'i>
impl<'i> UnwindSafe for DeInteger<'i>
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