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