Variants
Request(Request)
Response(Response)
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Message
impl<'de> Deserialize<'de> for Message
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 TypeDef for Message
impl TypeDef for Message
sourceconst INFO: TypeInfo = {
::typescript_type_def::type_expr::TypeInfo::Defined(::typescript_type_def::type_expr::DefinedTypeInfo{def:
::typescript_type_def::type_expr::TypeDefinition{docs:
::core::option::Option::None,
path: &[],
name: ::typescript_type_def::type_expr::Ident("Message"),
generic_vars: &[],
def:
::typescript_type_def::type_expr::TypeExpr::Union(::typescript_type_def::type_expr::TypeUnion{docs:
::core::option::Option::None,
members:
&[::typescript_type_def::type_expr::TypeExpr::Ref(&::INFO),
::typescript_type_def::type_expr::TypeExpr::Ref(&::INFO)],}),},
generic_args: &[],})
}
const INFO: TypeInfo = {
::typescript_type_def::type_expr::TypeInfo::Defined(::typescript_type_def::type_expr::DefinedTypeInfo{def:
::typescript_type_def::type_expr::TypeDefinition{docs:
::core::option::Option::None,
path: &[],
name: ::typescript_type_def::type_expr::Ident("Message"),
generic_vars: &[],
def:
::typescript_type_def::type_expr::TypeExpr::Union(::typescript_type_def::type_expr::TypeUnion{docs:
::core::option::Option::None,
members:
&[::typescript_type_def::type_expr::TypeExpr::Ref(&::INFO),
::typescript_type_def::type_expr::TypeExpr::Ref(&::INFO)],}),},
generic_args: &[],})
}
A constant value describing the structure of this type. Read more
Auto Trait Implementations
impl RefUnwindSafe for Message
impl Send for Message
impl Sync for Message
impl Unpin for Message
impl UnwindSafe for Message
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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