pub struct SlackViewId(pub String);
Tuple Fields§
§0: String
Implementations§
Trait Implementations§
Source§impl AsRef<str> for SlackViewId
impl AsRef<str> for SlackViewId
Source§impl Clone for SlackViewId
impl Clone for SlackViewId
Source§fn clone(&self) -> SlackViewId
fn clone(&self) -> SlackViewId
Returns a copy 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 SlackViewId
impl Debug for SlackViewId
Source§impl<'de> Deserialize<'de> for SlackViewId
impl<'de> Deserialize<'de> for SlackViewId
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 Display for SlackViewId
impl Display for SlackViewId
Source§impl From<&String> for SlackViewId
impl From<&String> for SlackViewId
Source§impl From<&str> for SlackViewId
impl From<&str> for SlackViewId
Source§impl From<String> for SlackViewId
impl From<String> for SlackViewId
Source§impl FromStr for SlackViewId
impl FromStr for SlackViewId
Source§impl Hash for SlackViewId
impl Hash for SlackViewId
Source§impl PartialEq for SlackViewId
impl PartialEq for SlackViewId
Source§impl Serialize for SlackViewId
impl Serialize for SlackViewId
Source§impl ValueStruct for SlackViewId
impl ValueStruct for SlackViewId
impl Eq for SlackViewId
impl StructuralPartialEq for SlackViewId
Auto Trait Implementations§
impl Freeze for SlackViewId
impl RefUnwindSafe for SlackViewId
impl Send for SlackViewId
impl Sync for SlackViewId
impl Unpin for SlackViewId
impl UnwindSafe for SlackViewId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)