pub struct Opaque<'re> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'re> Freeze for Opaque<'re>
impl<'re> RefUnwindSafe for Opaque<'re>
impl<'re> !Send for Opaque<'re>
impl<'re> !Sync for Opaque<'re>
impl<'re> Unpin for Opaque<'re>
impl<'re> UnwindSafe for Opaque<'re>
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