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