pub struct Ref<Tp: Type<T>, T: ?Sized>(/* private fields */);
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Tp, T> Freeze for Ref<Tp, T>
impl<Tp, T> RefUnwindSafe for Ref<Tp, T>
impl<Tp, T> Send for Ref<Tp, T>
impl<Tp, T> Sync for Ref<Tp, T>
impl<Tp, T> Unpin for Ref<Tp, T>
impl<Tp, T> UnwindSafe for Ref<Tp, T>
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