pub struct SetString;Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetString
impl RefUnwindSafe for SetString
impl Send for SetString
impl Sync for SetString
impl Unpin for SetString
impl UnsafeUnpin for SetString
impl UnwindSafe for SetString
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