Struct slack_morphism::SlackFileId
source · pub struct SlackFileId(pub String);
Tuple Fields§
§0: String
Implementations§
Trait Implementations§
source§impl AsRef<str> for SlackFileId
impl AsRef<str> for SlackFileId
source§impl Clone for SlackFileId
impl Clone for SlackFileId
source§fn clone(&self) -> SlackFileId
fn clone(&self) -> SlackFileId
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 SlackFileId
impl Debug for SlackFileId
source§impl<'de> Deserialize<'de> for SlackFileId
impl<'de> Deserialize<'de> for SlackFileId
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 SlackFileId
impl Display for SlackFileId
source§impl From<&String> for SlackFileId
impl From<&String> for SlackFileId
source§impl From<&str> for SlackFileId
impl From<&str> for SlackFileId
source§impl From<String> for SlackFileId
impl From<String> for SlackFileId
source§impl FromStr for SlackFileId
impl FromStr for SlackFileId
source§impl Hash for SlackFileId
impl Hash for SlackFileId
source§impl PartialEq for SlackFileId
impl PartialEq for SlackFileId
source§fn eq(&self, other: &SlackFileId) -> bool
fn eq(&self, other: &SlackFileId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SlackFileId
impl Serialize for SlackFileId
source§impl ValueStruct for SlackFileId
impl ValueStruct for SlackFileId
impl Eq for SlackFileId
impl StructuralEq for SlackFileId
impl StructuralPartialEq for SlackFileId
Auto Trait Implementations§
impl RefUnwindSafe for SlackFileId
impl Send for SlackFileId
impl Sync for SlackFileId
impl Unpin for SlackFileId
impl UnwindSafe for SlackFileId
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