pub struct WebBufferKey(/* private fields */);Trait Implementations§
Source§impl Clone for WebBufferKey
 
impl Clone for WebBufferKey
Source§fn clone(&self) -> WebBufferKey
 
fn clone(&self) -> WebBufferKey
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 WebBufferKey
 
impl Debug for WebBufferKey
Source§impl Default for WebBufferKey
 
impl Default for WebBufferKey
Source§fn default() -> WebBufferKey
 
fn default() -> WebBufferKey
Returns the “default value” for a type. Read more
Source§impl From<KeyData> for WebBufferKey
 
impl From<KeyData> for WebBufferKey
Source§fn from(k: KeyData) -> WebBufferKey
 
fn from(k: KeyData) -> WebBufferKey
Converts to this type from the input type.
Source§impl Hash for WebBufferKey
 
impl Hash for WebBufferKey
Source§impl Key for WebBufferKey
 
impl Key for WebBufferKey
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 WebBufferKey
 
impl Ord for WebBufferKey
Source§fn cmp(&self, other: &WebBufferKey) -> Ordering
 
fn cmp(&self, other: &WebBufferKey) -> 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 WebBufferKey
 
impl PartialEq for WebBufferKey
Source§impl PartialOrd for WebBufferKey
 
impl PartialOrd for WebBufferKey
impl Copy for WebBufferKey
impl Eq for WebBufferKey
impl StructuralPartialEq for WebBufferKey
Auto Trait Implementations§
impl Freeze for WebBufferKey
impl RefUnwindSafe for WebBufferKey
impl Send for WebBufferKey
impl Sync for WebBufferKey
impl Unpin for WebBufferKey
impl UnwindSafe for WebBufferKey
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