Enum request::RequestRef
source · pub enum RequestRef<'__superstruct> {
V1(&'__superstruct RequestV1),
V2(&'__superstruct RequestV2),
}
Variants§
Implementations§
Trait Implementations§
source§impl<'__superstruct> Clone for RequestRef<'__superstruct>
impl<'__superstruct> Clone for RequestRef<'__superstruct>
source§impl<'__superstruct> From<&'__superstruct Request> for RequestRef<'__superstruct>
impl<'__superstruct> From<&'__superstruct Request> for RequestRef<'__superstruct>
source§impl<'__superstruct> From<&'__superstruct RequestV1> for RequestRef<'__superstruct>
impl<'__superstruct> From<&'__superstruct RequestV1> for RequestRef<'__superstruct>
source§impl<'__superstruct> From<&'__superstruct RequestV2> for RequestRef<'__superstruct>
impl<'__superstruct> From<&'__superstruct RequestV2> for RequestRef<'__superstruct>
impl<'__superstruct> Copy for RequestRef<'__superstruct>
Auto Trait Implementations§
impl<'__superstruct> Freeze for RequestRef<'__superstruct>
impl<'__superstruct> RefUnwindSafe for RequestRef<'__superstruct>
impl<'__superstruct> Send for RequestRef<'__superstruct>
impl<'__superstruct> Sync for RequestRef<'__superstruct>
impl<'__superstruct> Unpin for RequestRef<'__superstruct>
impl<'__superstruct> UnwindSafe for RequestRef<'__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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)