pub struct StrRW {
pub n_bytes: usize,
}
Fields§
§n_bytes: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StrRW
impl RefUnwindSafe for StrRW
impl Send for StrRW
impl Sync for StrRW
impl Unpin for StrRW
impl UnwindSafe for StrRW
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