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