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