pub struct RefMutHkt<'a>(/* private fields */);Expand description
Marker type for an abstract &mut T
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RefMutHkt<'a>
impl<'a> RefUnwindSafe for RefMutHkt<'a>
impl<'a> Send for RefMutHkt<'a>
impl<'a> Sync for RefMutHkt<'a>
impl<'a> Unpin for RefMutHkt<'a>
impl<'a> UnwindSafe for RefMutHkt<'a>
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
Source§impl<T, W> HasTypeWitness<W> for Twhere
W: MakeTypeWitness<Arg = T>,
T: ?Sized,
impl<T, W> HasTypeWitness<W> for Twhere
W: MakeTypeWitness<Arg = T>,
T: ?Sized,
Source§impl<T> Identity for Twhere
T: ?Sized,
impl<T> Identity for Twhere
T: ?Sized,
Source§impl<'a, T> Receiver<'a, T> for Twhere
T: 'a,
impl<'a, T> Receiver<'a, T> for Twhere
T: 'a,
Source§type Hkt = ValueHkt<'a>
type Hkt = ValueHkt<'a>
Marker type for abstractly representing values/references/mutable references
Source§const RECEIVER_WIT: ReceiverWit<'a, Self, T> = _
const RECEIVER_WIT: ReceiverWit<'a, Self, T> = _
Witness for whether Self is a
T,&'a T, or &'a mut T.