pub struct FormattedType(pub String);
Tuple Fields§
§0: String
Trait Implementations§
Source§impl Debug for FormattedType
impl Debug for FormattedType
Source§impl Display for FormattedType
impl Display for FormattedType
Source§impl From<String> for FormattedType
impl From<String> for FormattedType
Source§impl TrimFunctions for FormattedType
impl TrimFunctions for FormattedType
fn trim_export(&self) -> Self
fn remove_type_word(&self) -> Self
fn replace_equals(&self) -> Self
Auto Trait Implementations§
impl Freeze for FormattedType
impl RefUnwindSafe for FormattedType
impl Send for FormattedType
impl Sync for FormattedType
impl Unpin for FormattedType
impl UnwindSafe for FormattedType
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