pub struct WebFenceKey(/* private fields */);
Trait Implementations§
Source§impl Clone for WebFenceKey
impl Clone for WebFenceKey
Source§fn clone(&self) -> WebFenceKey
fn clone(&self) -> WebFenceKey
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 WebFenceKey
impl Debug for WebFenceKey
Source§impl Default for WebFenceKey
impl Default for WebFenceKey
Source§fn default() -> WebFenceKey
fn default() -> WebFenceKey
Returns the “default value” for a type. Read more
Source§impl From<KeyData> for WebFenceKey
impl From<KeyData> for WebFenceKey
Source§impl Hash for WebFenceKey
impl Hash for WebFenceKey
Source§impl Key for WebFenceKey
impl Key for WebFenceKey
Source§fn null() -> Self
fn null() -> Self
Creates a new key that is always invalid and distinct from any non-null
key. A null key can only be created through this method (or default
initialization of keys made with
new_key_type!
, which calls this
method). Read moreSource§impl Ord for WebFenceKey
impl Ord for WebFenceKey
Source§fn cmp(&self, other: &WebFenceKey) -> Ordering
fn cmp(&self, other: &WebFenceKey) -> 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 WebFenceKey
impl PartialEq for WebFenceKey
Source§impl PartialOrd for WebFenceKey
impl PartialOrd for WebFenceKey
impl Copy for WebFenceKey
impl Eq for WebFenceKey
impl StructuralPartialEq for WebFenceKey
Auto Trait Implementations§
impl Freeze for WebFenceKey
impl RefUnwindSafe for WebFenceKey
impl Send for WebFenceKey
impl Sync for WebFenceKey
impl Unpin for WebFenceKey
impl UnwindSafe for WebFenceKey
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