Enum vergen_lib::VergenKey
source · pub enum VergenKey {
Empty,
}Available on neither crate feature
build nor crate feature cargo nor crate feature git nor crate feature rustc nor crate feature si.Expand description
The VergenKey enum to use when no features are configured.
Variants§
Empty
An empty vergen key
Implementations§
Trait Implementations§
source§impl Ord for VergenKey
impl Ord for VergenKey
source§impl PartialEq for VergenKey
impl PartialEq for VergenKey
source§impl PartialOrd for VergenKey
impl PartialOrd for VergenKey
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for VergenKey
impl Eq for VergenKey
impl StructuralPartialEq for VergenKey
Auto Trait Implementations§
impl RefUnwindSafe for VergenKey
impl Send for VergenKey
impl Sync for VergenKey
impl Unpin for VergenKey
impl UnwindSafe for VergenKey
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