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