Struct slack_morphism_models::SlackTeamUrl
source · [−]pub struct SlackTeamUrl(pub Url);Tuple Fields
0: UrlTrait Implementations
sourceimpl Clone for SlackTeamUrl
impl Clone for SlackTeamUrl
sourcefn clone(&self) -> SlackTeamUrl
fn clone(&self) -> SlackTeamUrl
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SlackTeamUrl
impl Debug for SlackTeamUrl
sourceimpl<'de> Deserialize<'de> for SlackTeamUrl
impl<'de> Deserialize<'de> for SlackTeamUrl
sourcefn 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
sourceimpl From<&'_ Url> for SlackTeamUrl
impl From<&'_ Url> for SlackTeamUrl
sourceimpl From<Url> for SlackTeamUrl
impl From<Url> for SlackTeamUrl
sourceimpl Hash for SlackTeamUrl
impl Hash for SlackTeamUrl
sourceimpl PartialEq<SlackTeamUrl> for SlackTeamUrl
impl PartialEq<SlackTeamUrl> for SlackTeamUrl
sourcefn eq(&self, other: &SlackTeamUrl) -> bool
fn eq(&self, other: &SlackTeamUrl) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &SlackTeamUrl) -> bool
fn ne(&self, other: &SlackTeamUrl) -> bool
This method tests for !=.
sourceimpl Serialize for SlackTeamUrl
impl Serialize for SlackTeamUrl
sourceimpl ValueStruct for SlackTeamUrl
impl ValueStruct for SlackTeamUrl
impl Eq for SlackTeamUrl
impl StructuralEq for SlackTeamUrl
impl StructuralPartialEq for SlackTeamUrl
Auto Trait Implementations
impl RefUnwindSafe for SlackTeamUrl
impl Send for SlackTeamUrl
impl Sync for SlackTeamUrl
impl Unpin for SlackTeamUrl
impl UnwindSafe for SlackTeamUrl
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more