pub struct CacheDependency {
pub object_id: CacheObjectId,
pub required_version: u64,
}Fields§
§object_id: CacheObjectId§required_version: u64Trait Implementations§
Source§impl Clone for CacheDependency
impl Clone for CacheDependency
Source§fn clone(&self) -> CacheDependency
fn clone(&self) -> CacheDependency
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CacheDependency
impl Debug for CacheDependency
Source§impl PartialEq for CacheDependency
impl PartialEq for CacheDependency
Source§fn eq(&self, other: &CacheDependency) -> bool
fn eq(&self, other: &CacheDependency) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CacheDependency
impl Eq for CacheDependency
impl StructuralPartialEq for CacheDependency
Auto Trait Implementations§
impl Freeze for CacheDependency
impl RefUnwindSafe for CacheDependency
impl Send for CacheDependency
impl Sync for CacheDependency
impl Unpin for CacheDependency
impl UnsafeUnpin for CacheDependency
impl UnwindSafe for CacheDependency
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