Enum docker_pose::Formats
source · pub enum Formats {
Full,
Oneline,
}Variants§
Trait Implementations§
source§impl Ord for Formats
impl Ord for Formats
source§impl PartialEq for Formats
impl PartialEq for Formats
source§impl PartialOrd for Formats
impl PartialOrd for Formats
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 Formats
impl Eq for Formats
impl StructuralPartialEq for Formats
Auto Trait Implementations§
impl RefUnwindSafe for Formats
impl Send for Formats
impl Sync for Formats
impl Unpin for Formats
impl UnwindSafe for Formats
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
source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.