pub struct StringRtOps;Expand description
String operations that work directly on RtObject values.
Implementations§
Auto Trait Implementations§
impl Freeze for StringRtOps
impl RefUnwindSafe for StringRtOps
impl Send for StringRtOps
impl Sync for StringRtOps
impl Unpin for StringRtOps
impl UnsafeUnpin for StringRtOps
impl UnwindSafe for StringRtOps
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