Enum request::RequestRefMut
source · pub enum RequestRefMut<'__superstruct> {
V1(&'__superstruct mut RequestV1),
V2(&'__superstruct mut RequestV2),
}
Variants§
Implementations§
Auto Trait Implementations§
impl<'__superstruct> Freeze for RequestRefMut<'__superstruct>
impl<'__superstruct> RefUnwindSafe for RequestRefMut<'__superstruct>
impl<'__superstruct> Send for RequestRefMut<'__superstruct>
impl<'__superstruct> Sync for RequestRefMut<'__superstruct>
impl<'__superstruct> Unpin for RequestRefMut<'__superstruct>
impl<'__superstruct> !UnwindSafe for RequestRefMut<'__superstruct>
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