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