pub struct SlackTableRawTextCell {
pub text: String,
}Fields§
§text: StringImplementations§
Trait Implementations§
Source§impl Clone for SlackTableRawTextCell
impl Clone for SlackTableRawTextCell
Source§fn clone(&self) -> SlackTableRawTextCell
fn clone(&self) -> SlackTableRawTextCell
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SlackTableRawTextCell
impl Debug for SlackTableRawTextCell
Source§impl<'de> Deserialize<'de> for SlackTableRawTextCell
impl<'de> Deserialize<'de> for SlackTableRawTextCell
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<SlackTableRawTextCellInit> for SlackTableRawTextCell
impl From<SlackTableRawTextCellInit> for SlackTableRawTextCell
Source§fn from(value: SlackTableRawTextCellInit) -> Self
fn from(value: SlackTableRawTextCellInit) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SlackTableRawTextCell
impl PartialEq for SlackTableRawTextCell
Source§fn eq(&self, other: &SlackTableRawTextCell) -> bool
fn eq(&self, other: &SlackTableRawTextCell) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SlackTableRawTextCell
impl Serialize for SlackTableRawTextCell
impl StructuralPartialEq for SlackTableRawTextCell
Auto Trait Implementations§
impl Freeze for SlackTableRawTextCell
impl RefUnwindSafe for SlackTableRawTextCell
impl Send for SlackTableRawTextCell
impl Sync for SlackTableRawTextCell
impl Unpin for SlackTableRawTextCell
impl UnsafeUnpin for SlackTableRawTextCell
impl UnwindSafe for SlackTableRawTextCell
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