pub enum SBStringListOpaque {}Auto Trait Implementations§
impl Freeze for SBStringListOpaque
impl RefUnwindSafe for SBStringListOpaque
impl Send for SBStringListOpaque
impl Sync for SBStringListOpaque
impl Unpin for SBStringListOpaque
impl UnwindSafe for SBStringListOpaque
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