pub struct Formatted { /* private fields */ }
Expand description
@todo document
Trait Implementations§
source§impl Boxed for Formatted
impl Boxed for Formatted
source§impl FormattedTrait for Formatted
impl FormattedTrait for Formatted
source§impl FormattedTraitConst for Formatted
impl FormattedTraitConst for Formatted
fn as_raw_Formatted(&self) -> *const c_void
impl Send for Formatted
Auto Trait Implementations§
impl RefUnwindSafe for Formatted
impl !Sync for Formatted
impl Unpin for Formatted
impl UnwindSafe for Formatted
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