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