pub struct RCString(/* private fields */);Expand description
Wrapper correct string escaping in rc script
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RCString
impl RefUnwindSafe for RCString
impl Send for RCString
impl Sync for RCString
impl Unpin for RCString
impl UnwindSafe for RCString
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