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