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