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