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