pub struct EMPTY_STRING { /* private fields */ }
Methods from Deref<Target = ExposableString>§
Trait Implementations§
Source§impl Deref for EMPTY_STRING
impl Deref for EMPTY_STRING
Source§type Target = ExposableString
type Target = ExposableString
The resulting type after dereferencing.
Source§fn deref(&self) -> &ExposableString
fn deref(&self) -> &ExposableString
Dereferences the value.
impl LazyStatic for EMPTY_STRING
Auto Trait Implementations§
impl Freeze for EMPTY_STRING
impl RefUnwindSafe for EMPTY_STRING
impl Send for EMPTY_STRING
impl Sync for EMPTY_STRING
impl Unpin for EMPTY_STRING
impl UnwindSafe for EMPTY_STRING
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