Struct ExFormatNumber
pub struct ExFormatNumber<'ex> { /* private fields */ }Expand description
Default-param extender for TextServer::format_number_ex.
Implementations§
§impl<'ex> ExFormatNumber<'ex>
impl<'ex> ExFormatNumber<'ex>
Auto Trait Implementations§
impl<'ex> Freeze for ExFormatNumber<'ex>
impl<'ex> RefUnwindSafe for ExFormatNumber<'ex>
impl<'ex> !Send for ExFormatNumber<'ex>
impl<'ex> !Sync for ExFormatNumber<'ex>
impl<'ex> Unpin for ExFormatNumber<'ex>
impl<'ex> UnwindSafe for ExFormatNumber<'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