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