pub struct NoSbr;Expand description
Marker DowningStrategy used when no SBR runtime is installed.
Trait Implementations§
Source§impl DowningStrategy for NoSbr
impl DowningStrategy for NoSbr
Auto Trait Implementations§
impl Freeze for NoSbr
impl RefUnwindSafe for NoSbr
impl Send for NoSbr
impl Sync for NoSbr
impl Unpin for NoSbr
impl UnsafeUnpin for NoSbr
impl UnwindSafe for NoSbr
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