Struct ExNumUint64
pub struct ExNumUint64<'ex> { /* private fields */ }Expand description
Default-param extender for GString::num_uint64_ex.
Implementations§
§impl<'ex> ExNumUint64<'ex>
impl<'ex> ExNumUint64<'ex>
pub fn base(self, base: i64) -> ExNumUint64<'ex>
pub fn capitalize_hex(self, capitalize_hex: bool) -> ExNumUint64<'ex>
pub fn done(self) -> GString
Auto Trait Implementations§
impl<'ex> Freeze for ExNumUint64<'ex>
impl<'ex> RefUnwindSafe for ExNumUint64<'ex>
impl<'ex> Send for ExNumUint64<'ex>
impl<'ex> Sync for ExNumUint64<'ex>
impl<'ex> Unpin for ExNumUint64<'ex>
impl<'ex> UnwindSafe for ExNumUint64<'ex>
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