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