pub struct SD;
Expand description
Type marker for SD-specific extensions.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SD
impl RefUnwindSafe for SD
impl Send for SD
impl Sync for SD
impl Unpin for SD
impl UnwindSafe for SD
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