pub struct Ufmtf(pub SmolStrBuilder);Tuple Fields§
§0: SmolStrBuilderTrait Implementations§
Auto Trait Implementations§
impl Freeze for Ufmtf
impl RefUnwindSafe for Ufmtf
impl Send for Ufmtf
impl Sync for Ufmtf
impl Unpin for Ufmtf
impl UnwindSafe for Ufmtf
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