pub struct RefImplBound { /* private fields */ }
Expand description
Struct to be used for various Ref
trait bounds.
Trait Implementations§
impl SafeAsRaw<ManuallyManaged, Unique> for RefImplBound
impl<Own: Ownership> SafeAsRaw<RefCounted, Own> for RefImplBound
impl SafeDeref<ManuallyManaged, Unique> for RefImplBound
impl<Own: LocalThreadOwnership> SafeDeref<RefCounted, Own> for RefImplBound
Auto Trait Implementations§
impl Freeze for RefImplBound
impl RefUnwindSafe for RefImplBound
impl Send for RefImplBound
impl Sync for RefImplBound
impl Unpin for RefImplBound
impl UnwindSafe for RefImplBound
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