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