pub struct PipelineCacheValidationVersion(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl Clone for PipelineCacheValidationVersion
impl Clone for PipelineCacheValidationVersion
Source§fn clone(&self) -> PipelineCacheValidationVersion
fn clone(&self) -> PipelineCacheValidationVersion
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 Default for PipelineCacheValidationVersion
impl Default for PipelineCacheValidationVersion
Source§fn default() -> PipelineCacheValidationVersion
fn default() -> PipelineCacheValidationVersion
Returns the “default value” for a type. Read more
Source§impl Error for PipelineCacheValidationVersion
impl Error for PipelineCacheValidationVersion
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl Ord for PipelineCacheValidationVersion
impl Ord for PipelineCacheValidationVersion
Source§fn cmp(&self, other: &PipelineCacheValidationVersion) -> Ordering
fn cmp(&self, other: &PipelineCacheValidationVersion) -> 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 for PipelineCacheValidationVersion
impl PartialEq for PipelineCacheValidationVersion
Source§fn eq(&self, other: &PipelineCacheValidationVersion) -> bool
fn eq(&self, other: &PipelineCacheValidationVersion) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PipelineCacheValidationVersion
impl PartialOrd for PipelineCacheValidationVersion
impl Copy for PipelineCacheValidationVersion
impl Eq for PipelineCacheValidationVersion
impl StructuralPartialEq for PipelineCacheValidationVersion
Auto Trait Implementations§
impl Freeze for PipelineCacheValidationVersion
impl RefUnwindSafe for PipelineCacheValidationVersion
impl Send for PipelineCacheValidationVersion
impl Sync for PipelineCacheValidationVersion
impl Unpin for PipelineCacheValidationVersion
impl UnsafeUnpin for PipelineCacheValidationVersion
impl UnwindSafe for PipelineCacheValidationVersion
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