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