pub struct UTF8Const(pub &'static str);Expand description
A wrapper over UTF8 string constants.
Tuple Fields
0: &'static strImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UTF8Const
impl Send for UTF8Const
impl Sync for UTF8Const
impl Unpin for UTF8Const
impl UnwindSafe for UTF8Const
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more