pub struct SlackBlockId(pub String);
Tuple Fields§
§0: String
Implementations§
Trait Implementations§
Source§impl AsRef<str> for SlackBlockId
impl AsRef<str> for SlackBlockId
Source§impl Clone for SlackBlockId
impl Clone for SlackBlockId
Source§fn clone(&self) -> SlackBlockId
fn clone(&self) -> SlackBlockId
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 SlackBlockId
impl Debug for SlackBlockId
Source§impl<'de> Deserialize<'de> for SlackBlockId
impl<'de> Deserialize<'de> for SlackBlockId
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 SlackBlockId
impl Display for SlackBlockId
Source§impl From<&String> for SlackBlockId
impl From<&String> for SlackBlockId
Source§impl From<&str> for SlackBlockId
impl From<&str> for SlackBlockId
Source§impl From<String> for SlackBlockId
impl From<String> for SlackBlockId
Source§impl FromStr for SlackBlockId
impl FromStr for SlackBlockId
Source§impl Hash for SlackBlockId
impl Hash for SlackBlockId
Source§impl PartialEq for SlackBlockId
impl PartialEq for SlackBlockId
Source§impl Serialize for SlackBlockId
impl Serialize for SlackBlockId
Source§impl ValueStruct for SlackBlockId
impl ValueStruct for SlackBlockId
impl Eq for SlackBlockId
impl StructuralPartialEq for SlackBlockId
Auto Trait Implementations§
impl Freeze for SlackBlockId
impl RefUnwindSafe for SlackBlockId
impl Send for SlackBlockId
impl Sync for SlackBlockId
impl Unpin for SlackBlockId
impl UnwindSafe for SlackBlockId
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
)