pub struct StrView {
pub str: Str,
}Fields§
§str: StrTrait Implementations§
impl Copy for StrView
impl Eq for StrView
impl StructuralPartialEq for StrView
Auto Trait Implementations§
impl Freeze for StrView
impl RefUnwindSafe for StrView
impl Send for StrView
impl Sync for StrView
impl Unpin for StrView
impl UnwindSafe for StrView
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