Struct robespierre_models::channels::TextChannel [−][src]
pub struct TextChannel {
pub server_channel: ServerChannel,
pub last_message_id: Option<MessageId>,
pub nonce: Option<String>,
}Fields
server_channel: ServerChannellast_message_id: Option<MessageId>nonce: Option<String>Trait Implementations
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for TextChannel
impl Send for TextChannel
impl Sync for TextChannel
impl Unpin for TextChannel
impl UnwindSafe for TextChannel
Blanket Implementations
Mutably borrows from an owned value. Read more