pub struct HeldDecision;Trait Implementations§
Auto Trait Implementations§
impl Freeze for HeldDecision
impl RefUnwindSafe for HeldDecision
impl Send for HeldDecision
impl Sync for HeldDecision
impl Unpin for HeldDecision
impl UnsafeUnpin for HeldDecision
impl UnwindSafe for HeldDecision
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