pub enum PendingKind {
Node,
Object,
}Variants§
Trait Implementations§
Source§impl Clone for PendingKind
impl Clone for PendingKind
Source§fn clone(&self) -> PendingKind
fn clone(&self) -> PendingKind
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 moreSource§impl Debug for PendingKind
impl Debug for PendingKind
Source§impl<'de> Deserialize<'de> for PendingKind
impl<'de> Deserialize<'de> for PendingKind
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
impl Eq for PendingKind
Source§impl PartialEq for PendingKind
impl PartialEq for PendingKind
Source§impl Serialize for PendingKind
impl Serialize for PendingKind
impl StructuralPartialEq for PendingKind
Auto Trait Implementations§
impl Freeze for PendingKind
impl RefUnwindSafe for PendingKind
impl Send for PendingKind
impl Sync for PendingKind
impl Unpin for PendingKind
impl UnsafeUnpin for PendingKind
impl UnwindSafe for PendingKind
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