pub enum VersionBoundKind {
Inclusive,
Exclusive,
}
Variants§
Trait Implementations§
Source§impl Clone for VersionBoundKind
impl Clone for VersionBoundKind
Source§fn clone(&self) -> VersionBoundKind
fn clone(&self) -> VersionBoundKind
Returns a duplicate 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 Debug for VersionBoundKind
impl Debug for VersionBoundKind
Source§impl<'de> Deserialize<'de> for VersionBoundKind
impl<'de> Deserialize<'de> for VersionBoundKind
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
Source§impl Hash for VersionBoundKind
impl Hash for VersionBoundKind
Source§impl PartialEq for VersionBoundKind
impl PartialEq for VersionBoundKind
Source§impl Serialize for VersionBoundKind
impl Serialize for VersionBoundKind
impl Copy for VersionBoundKind
impl Eq for VersionBoundKind
impl StructuralPartialEq for VersionBoundKind
Auto Trait Implementations§
impl Freeze for VersionBoundKind
impl RefUnwindSafe for VersionBoundKind
impl Send for VersionBoundKind
impl Sync for VersionBoundKind
impl Unpin for VersionBoundKind
impl UnwindSafe for VersionBoundKind
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