pub struct STR { /* private fields */ }
Expand description
start register
Implementations§
Auto Trait Implementations§
impl !Freeze for STR
impl !RefUnwindSafe for STR
impl Send for STR
impl !Sync for STR
impl Unpin for STR
impl UnwindSafe for STR
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