pub enum ImChatSessionsResponseType {
One,
Group,
Noop,
FallthroughString,
}Expand description
IM chat session type.
Variants
One
Group
Noop
FallthroughString
Implementations
Trait Implementations
sourceimpl Clone for ImChatSessionsResponseType
impl Clone for ImChatSessionsResponseType
sourcefn clone(&self) -> ImChatSessionsResponseType
fn clone(&self) -> ImChatSessionsResponseType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ImChatSessionsResponseType
impl Debug for ImChatSessionsResponseType
sourceimpl Default for ImChatSessionsResponseType
impl Default for ImChatSessionsResponseType
sourcefn default() -> ImChatSessionsResponseType
fn default() -> ImChatSessionsResponseType
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ImChatSessionsResponseType
impl<'de> Deserialize<'de> for ImChatSessionsResponseType
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Display for ImChatSessionsResponseType
impl Display for ImChatSessionsResponseType
sourceimpl JsonSchema for ImChatSessionsResponseType
impl JsonSchema for ImChatSessionsResponseType
sourcefn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
sourcefn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
sourcefn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the
$ref keyword. Read moresourceimpl PartialEq<ImChatSessionsResponseType> for ImChatSessionsResponseType
impl PartialEq<ImChatSessionsResponseType> for ImChatSessionsResponseType
sourcefn eq(&self, other: &ImChatSessionsResponseType) -> bool
fn eq(&self, other: &ImChatSessionsResponseType) -> bool
impl StructuralPartialEq for ImChatSessionsResponseType
Auto Trait Implementations
impl RefUnwindSafe for ImChatSessionsResponseType
impl Send for ImChatSessionsResponseType
impl Sync for ImChatSessionsResponseType
impl Unpin for ImChatSessionsResponseType
impl UnwindSafe for ImChatSessionsResponseType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more