pub struct CookiesOffset { /* private fields */ }Trait Implementations§
Source§impl Clone for CookiesOffset
impl Clone for CookiesOffset
Source§fn clone(&self) -> CookiesOffset
fn clone(&self) -> CookiesOffset
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 CookiesOffset
impl Debug for CookiesOffset
Source§impl Ord for CookiesOffset
impl Ord for CookiesOffset
Source§fn cmp(&self, other: &CookiesOffset) -> Ordering
fn cmp(&self, other: &CookiesOffset) -> 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 CookiesOffset
impl PartialEq for CookiesOffset
Source§impl PartialOrd for CookiesOffset
impl PartialOrd for CookiesOffset
impl Eq for CookiesOffset
impl StructuralPartialEq for CookiesOffset
Auto Trait Implementations§
impl Freeze for CookiesOffset
impl RefUnwindSafe for CookiesOffset
impl Send for CookiesOffset
impl Sync for CookiesOffset
impl Unpin for CookiesOffset
impl UnwindSafe for CookiesOffset
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