pub struct UnderlyingCurrentValue;Expand description
UnderlyingCurrentValue (885).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnderlyingCurrentValue
impl RefUnwindSafe for UnderlyingCurrentValue
impl Send for UnderlyingCurrentValue
impl Sync for UnderlyingCurrentValue
impl Unpin for UnderlyingCurrentValue
impl UnsafeUnpin for UnderlyingCurrentValue
impl UnwindSafe for UnderlyingCurrentValue
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