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