Struct slack_morphism_models::SlackChannelCurrentState [−][src]
pub struct SlackChannelCurrentState {
pub last_read: Option<SlackTs>,
pub unread_count: Option<u64>,
pub unread_count_display: Option<u64>,
}Fields
last_read: Option<SlackTs>unread_count: Option<u64>unread_count_display: Option<u64>Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
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 SlackChannelCurrentStateimpl Send for SlackChannelCurrentStateimpl Sync for SlackChannelCurrentStateimpl Unpin for SlackChannelCurrentStateimpl UnwindSafe for SlackChannelCurrentStateBlanket Implementations
Mutably borrows from an owned value. Read more