pub struct SmallReadString(pub String);Expand description
Tuple Fields§
§0: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for SmallReadString
impl RefUnwindSafe for SmallReadString
impl Send for SmallReadString
impl Sync for SmallReadString
impl Unpin for SmallReadString
impl UnwindSafe for SmallReadString
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