#[repr(transparent)]pub struct ChatTransportErrorCodeCategory(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for ChatTransportErrorCodeCategory
impl Clone for ChatTransportErrorCodeCategory
§fn clone(&self) -> ChatTransportErrorCodeCategory
fn clone(&self) -> ChatTransportErrorCodeCategory
Returns a copy 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 more§impl Debug for ChatTransportErrorCodeCategory
impl Debug for ChatTransportErrorCodeCategory
§impl Default for ChatTransportErrorCodeCategory
impl Default for ChatTransportErrorCodeCategory
§fn default() -> ChatTransportErrorCodeCategory
fn default() -> ChatTransportErrorCodeCategory
Returns the “default value” for a type. Read more
§impl PartialEq for ChatTransportErrorCodeCategory
impl PartialEq for ChatTransportErrorCodeCategory
§fn eq(&self, other: &ChatTransportErrorCodeCategory) -> bool
fn eq(&self, other: &ChatTransportErrorCodeCategory) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ChatTransportErrorCodeCategory
impl Eq for ChatTransportErrorCodeCategory
impl StructuralPartialEq for ChatTransportErrorCodeCategory
Auto Trait Implementations§
impl Freeze for ChatTransportErrorCodeCategory
impl RefUnwindSafe for ChatTransportErrorCodeCategory
impl Send for ChatTransportErrorCodeCategory
impl Sync for ChatTransportErrorCodeCategory
impl Unpin for ChatTransportErrorCodeCategory
impl UnwindSafe for ChatTransportErrorCodeCategory
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,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)