pub struct InputMessageType;
Expand description
The type of the message input. Always set to message
.
Trait Implementations§
Source§impl Clone for InputMessageType
impl Clone for InputMessageType
Source§fn clone(&self) -> InputMessageType
fn clone(&self) -> InputMessageType
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 InputMessageType
impl Debug for InputMessageType
Source§impl Default for InputMessageType
impl Default for InputMessageType
Source§fn default() -> InputMessageType
fn default() -> InputMessageType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InputMessageType
impl<'de> Deserialize<'de> for InputMessageType
Source§fn 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
Source§impl PartialEq for InputMessageType
impl PartialEq for InputMessageType
Source§impl Serialize for InputMessageType
impl Serialize for InputMessageType
impl Copy for InputMessageType
impl StructuralPartialEq for InputMessageType
Auto Trait Implementations§
impl Freeze for InputMessageType
impl RefUnwindSafe for InputMessageType
impl Send for InputMessageType
impl Sync for InputMessageType
impl Unpin for InputMessageType
impl UnwindSafe for InputMessageType
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