pub struct SlackChannelTs {
pub channel: SlackChannelId,
pub ts: SlackTs,
}Fields§
§channel: SlackChannelId§ts: SlackTsImplementations§
Source§impl SlackChannelTs
impl SlackChannelTs
pub fn new(channel: SlackChannelId, ts: SlackTs) -> Self
pub fn channel(&mut self, value: SlackChannelId) -> &mut Self
pub fn with_channel(self, value: SlackChannelId) -> Self
pub fn ts(&mut self, value: SlackTs) -> &mut Self
pub fn with_ts(self, value: SlackTs) -> Self
Trait Implementations§
Source§impl Clone for SlackChannelTs
impl Clone for SlackChannelTs
Source§fn clone(&self) -> SlackChannelTs
fn clone(&self) -> SlackChannelTs
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 SlackChannelTs
impl Debug for SlackChannelTs
Source§impl<'de> Deserialize<'de> for SlackChannelTs
impl<'de> Deserialize<'de> for SlackChannelTs
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 From<SlackChannelTsInit> for SlackChannelTs
impl From<SlackChannelTsInit> for SlackChannelTs
Source§fn from(value: SlackChannelTsInit) -> Self
fn from(value: SlackChannelTsInit) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SlackChannelTs
impl PartialEq for SlackChannelTs
Source§impl Serialize for SlackChannelTs
impl Serialize for SlackChannelTs
impl StructuralPartialEq for SlackChannelTs
Auto Trait Implementations§
impl Freeze for SlackChannelTs
impl RefUnwindSafe for SlackChannelTs
impl Send for SlackChannelTs
impl Sync for SlackChannelTs
impl Unpin for SlackChannelTs
impl UnwindSafe for SlackChannelTs
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