pub struct IntoRaw;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IntoRaw
impl RefUnwindSafe for IntoRaw
impl Send for IntoRaw
impl Sync for IntoRaw
impl Unpin for IntoRaw
impl UnwindSafe for IntoRaw
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