pub struct RequestEntry { /* private fields */ }Trait Implementations§
Source§impl Clone for RequestEntry
impl Clone for RequestEntry
Source§fn clone(&self) -> RequestEntry
fn clone(&self) -> RequestEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RequestEntry
impl RefUnwindSafe for RequestEntry
impl Send for RequestEntry
impl Sync for RequestEntry
impl Unpin for RequestEntry
impl UnsafeUnpin for RequestEntry
impl UnwindSafe for RequestEntry
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