Struct gitlab::types::EnvironmentId
source · pub struct EnvironmentId(_);Expand description
Type-safe environment ID.
Implementations§
Trait Implementations§
source§impl Clone for EnvironmentId
impl Clone for EnvironmentId
source§fn clone(&self) -> EnvironmentId
fn clone(&self) -> EnvironmentId
Returns a copy 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 EnvironmentId
impl Debug for EnvironmentId
source§impl<'de> Deserialize<'de> for EnvironmentId
impl<'de> Deserialize<'de> for EnvironmentId
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 Display for EnvironmentId
impl Display for EnvironmentId
source§impl Hash for EnvironmentId
impl Hash for EnvironmentId
source§impl Ord for EnvironmentId
impl Ord for EnvironmentId
source§fn cmp(&self, other: &EnvironmentId) -> Ordering
fn cmp(&self, other: &EnvironmentId) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<EnvironmentId> for EnvironmentId
impl PartialEq<EnvironmentId> for EnvironmentId
source§fn eq(&self, other: &EnvironmentId) -> bool
fn eq(&self, other: &EnvironmentId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<EnvironmentId> for EnvironmentId
impl PartialOrd<EnvironmentId> for EnvironmentId
source§fn partial_cmp(&self, other: &EnvironmentId) -> Option<Ordering>
fn partial_cmp(&self, other: &EnvironmentId) -> Option<Ordering>
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 moresource§impl Serialize for EnvironmentId
impl Serialize for EnvironmentId
impl Copy for EnvironmentId
impl Eq for EnvironmentId
impl StructuralEq for EnvironmentId
impl StructuralPartialEq for EnvironmentId
Auto Trait Implementations§
impl RefUnwindSafe for EnvironmentId
impl Send for EnvironmentId
impl Sync for EnvironmentId
impl Unpin for EnvironmentId
impl UnwindSafe for EnvironmentId
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> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.