pub struct StringMarker { /* private fields */ }
Expand description
Marker for string types
Trait Implementations§
impl TypeMarker for StringMarker
Auto Trait Implementations§
impl Freeze for StringMarker
impl RefUnwindSafe for StringMarker
impl Send for StringMarker
impl Sync for StringMarker
impl Unpin for StringMarker
impl UnwindSafe for StringMarker
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