pub struct GatewayCodeModeHost { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for GatewayCodeModeHost
impl Clone for GatewayCodeModeHost
Source§fn clone(&self) -> GatewayCodeModeHost
fn clone(&self) -> GatewayCodeModeHost
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 moreSource§impl Debug for GatewayCodeModeHost
impl Debug for GatewayCodeModeHost
Source§impl Default for GatewayCodeModeHost
impl Default for GatewayCodeModeHost
Source§fn default() -> GatewayCodeModeHost
fn default() -> GatewayCodeModeHost
Returns the “default value” for a type. Read more
Source§impl PartialEq for GatewayCodeModeHost
impl PartialEq for GatewayCodeModeHost
Source§fn eq(&self, other: &GatewayCodeModeHost) -> bool
fn eq(&self, other: &GatewayCodeModeHost) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for GatewayCodeModeHost
impl StructuralPartialEq for GatewayCodeModeHost
Auto Trait Implementations§
impl Freeze for GatewayCodeModeHost
impl RefUnwindSafe for GatewayCodeModeHost
impl Send for GatewayCodeModeHost
impl Sync for GatewayCodeModeHost
impl Unpin for GatewayCodeModeHost
impl UnsafeUnpin for GatewayCodeModeHost
impl UnwindSafe for GatewayCodeModeHost
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.