pub enum FmtString {
Double,
Single,
Leave,
}
Expand description
String literal style
Variants§
Trait Implementations§
impl Eq for FmtString
impl StructuralPartialEq for FmtString
Auto Trait Implementations§
impl Freeze for FmtString
impl RefUnwindSafe for FmtString
impl Send for FmtString
impl Sync for FmtString
impl Unpin for FmtString
impl UnwindSafe for FmtString
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