#[repr(transparent)]pub struct LowerHexFromOctal<T: Octal>(pub T);Expand description
Provides LowerHex formatting by using the result of invoking Octal formatting.
Tuple Fields§
§0: TImplementations§
Source§impl<T: Octal> LowerHexFromOctal<T>
impl<T: Octal> LowerHexFromOctal<T>
Sourcepub fn into_inner(self) -> T
pub fn into_inner(self) -> T
Consumes the adapter and returns the wrapped value.
Trait Implementations§
Source§impl<T: Octal> From<T> for LowerHexFromOctal<T>
impl<T: Octal> From<T> for LowerHexFromOctal<T>
Auto Trait Implementations§
impl<T> Freeze for LowerHexFromOctal<T>where
T: Freeze,
impl<T> RefUnwindSafe for LowerHexFromOctal<T>where
T: RefUnwindSafe,
impl<T> Send for LowerHexFromOctal<T>where
T: Send,
impl<T> Sync for LowerHexFromOctal<T>where
T: Sync,
impl<T> Unpin for LowerHexFromOctal<T>where
T: Unpin,
impl<T> UnsafeUnpin for LowerHexFromOctal<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for LowerHexFromOctal<T>where
T: UnwindSafe,
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