pub struct SpSMPlan { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpSMPlan
impl RefUnwindSafe for SpSMPlan
impl !Send for SpSMPlan
impl !Sync for SpSMPlan
impl Unpin for SpSMPlan
impl UnsafeUnpin for SpSMPlan
impl UnwindSafe for SpSMPlan
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