pub enum CoordinatorHandleKind {
Data,
View,
}Variants§
Trait Implementations§
Source§impl Clone for CoordinatorHandleKind
impl Clone for CoordinatorHandleKind
Source§fn clone(&self) -> CoordinatorHandleKind
fn clone(&self) -> CoordinatorHandleKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CoordinatorHandleKind
Source§impl Debug for CoordinatorHandleKind
impl Debug for CoordinatorHandleKind
Source§impl<'de> Deserialize<'de> for CoordinatorHandleKind
impl<'de> Deserialize<'de> for CoordinatorHandleKind
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<CoordinatorHandleKind, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<CoordinatorHandleKind, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for CoordinatorHandleKind
Source§impl Ord for CoordinatorHandleKind
impl Ord for CoordinatorHandleKind
Source§fn cmp(&self, other: &CoordinatorHandleKind) -> Ordering
fn cmp(&self, other: &CoordinatorHandleKind) -> Ordering
1.21.0 (const: unstable) · 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 CoordinatorHandleKind
impl PartialEq for CoordinatorHandleKind
Source§fn eq(&self, other: &CoordinatorHandleKind) -> bool
fn eq(&self, other: &CoordinatorHandleKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CoordinatorHandleKind
impl PartialOrd for CoordinatorHandleKind
Source§impl Serialize for CoordinatorHandleKind
impl Serialize for CoordinatorHandleKind
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for CoordinatorHandleKind
Auto Trait Implementations§
impl Freeze for CoordinatorHandleKind
impl RefUnwindSafe for CoordinatorHandleKind
impl Send for CoordinatorHandleKind
impl Sync for CoordinatorHandleKind
impl Unpin for CoordinatorHandleKind
impl UnsafeUnpin for CoordinatorHandleKind
impl UnwindSafe for CoordinatorHandleKind
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