pub enum UpdateOrRemoveWorkspaceIconUrl {
IconUrl(String),
RemoveType(RemoveType),
Unknown(Unknown),
}
Variants§
Trait Implementations§
Source§impl Clone for UpdateOrRemoveWorkspaceIconUrl
impl Clone for UpdateOrRemoveWorkspaceIconUrl
Source§fn clone(&self) -> UpdateOrRemoveWorkspaceIconUrl
fn clone(&self) -> UpdateOrRemoveWorkspaceIconUrl
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<'de> Deserialize<'de> for UpdateOrRemoveWorkspaceIconUrl
impl<'de> Deserialize<'de> for UpdateOrRemoveWorkspaceIconUrl
Source§fn deserialize<D>(d: D) -> Result<UpdateOrRemoveWorkspaceIconUrl, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(d: D) -> Result<UpdateOrRemoveWorkspaceIconUrl, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for UpdateOrRemoveWorkspaceIconUrl
impl Ord for UpdateOrRemoveWorkspaceIconUrl
Source§fn cmp(&self, other: &UpdateOrRemoveWorkspaceIconUrl) -> Ordering
fn cmp(&self, other: &UpdateOrRemoveWorkspaceIconUrl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for UpdateOrRemoveWorkspaceIconUrl
impl PartialEq for UpdateOrRemoveWorkspaceIconUrl
Source§fn eq(&self, other: &UpdateOrRemoveWorkspaceIconUrl) -> bool
fn eq(&self, other: &UpdateOrRemoveWorkspaceIconUrl) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for UpdateOrRemoveWorkspaceIconUrl
impl PartialOrd for UpdateOrRemoveWorkspaceIconUrl
impl Eq for UpdateOrRemoveWorkspaceIconUrl
impl StructuralPartialEq for UpdateOrRemoveWorkspaceIconUrl
Auto Trait Implementations§
impl Freeze for UpdateOrRemoveWorkspaceIconUrl
impl RefUnwindSafe for UpdateOrRemoveWorkspaceIconUrl
impl Send for UpdateOrRemoveWorkspaceIconUrl
impl Sync for UpdateOrRemoveWorkspaceIconUrl
impl Unpin for UpdateOrRemoveWorkspaceIconUrl
impl UnwindSafe for UpdateOrRemoveWorkspaceIconUrl
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§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.