pub struct HxHistoryRestoreRequest;
Implementations§
Source§impl HxHistoryRestoreRequest
impl HxHistoryRestoreRequest
pub fn into_value(self) -> HeaderValue
Trait Implementations§
Source§impl Clone for HxHistoryRestoreRequest
impl Clone for HxHistoryRestoreRequest
Source§fn clone(&self) -> HxHistoryRestoreRequest
fn clone(&self) -> HxHistoryRestoreRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for HxHistoryRestoreRequest
impl Debug for HxHistoryRestoreRequest
Source§impl Hash for HxHistoryRestoreRequest
impl Hash for HxHistoryRestoreRequest
Source§impl Header for HxHistoryRestoreRequest
impl Header for HxHistoryRestoreRequest
Source§impl Ord for HxHistoryRestoreRequest
impl Ord for HxHistoryRestoreRequest
Source§fn cmp(&self, other: &HxHistoryRestoreRequest) -> Ordering
fn cmp(&self, other: &HxHistoryRestoreRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for HxHistoryRestoreRequest
impl PartialEq for HxHistoryRestoreRequest
Source§impl PartialOrd for HxHistoryRestoreRequest
impl PartialOrd for HxHistoryRestoreRequest
impl Eq for HxHistoryRestoreRequest
impl StructuralPartialEq for HxHistoryRestoreRequest
Auto Trait Implementations§
impl Freeze for HxHistoryRestoreRequest
impl RefUnwindSafe for HxHistoryRestoreRequest
impl Send for HxHistoryRestoreRequest
impl Sync for HxHistoryRestoreRequest
impl Unpin for HxHistoryRestoreRequest
impl UnwindSafe for HxHistoryRestoreRequest
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