pub enum VersionTargetKind {
Primitive,
Cluster,
}Variants§
Trait Implementations§
Source§impl Clone for VersionTargetKind
impl Clone for VersionTargetKind
Source§fn clone(&self) -> VersionTargetKind
fn clone(&self) -> VersionTargetKind
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 VersionTargetKind
Source§impl Debug for VersionTargetKind
impl Debug for VersionTargetKind
impl Eq for VersionTargetKind
Source§impl PartialEq for VersionTargetKind
impl PartialEq for VersionTargetKind
Source§fn eq(&self, other: &VersionTargetKind) -> bool
fn eq(&self, other: &VersionTargetKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VersionTargetKind
Auto Trait Implementations§
impl Freeze for VersionTargetKind
impl RefUnwindSafe for VersionTargetKind
impl Send for VersionTargetKind
impl Sync for VersionTargetKind
impl Unpin for VersionTargetKind
impl UnsafeUnpin for VersionTargetKind
impl UnwindSafe for VersionTargetKind
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