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