pub struct InvalidationSet { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for InvalidationSet
impl Clone for InvalidationSet
Source§fn clone(&self) -> InvalidationSet
fn clone(&self) -> InvalidationSet
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 Debug for InvalidationSet
impl Debug for InvalidationSet
Source§impl Default for InvalidationSet
impl Default for InvalidationSet
Source§fn default() -> InvalidationSet
fn default() -> InvalidationSet
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InvalidationSet
impl<'de> Deserialize<'de> for InvalidationSet
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 PartialEq for InvalidationSet
impl PartialEq for InvalidationSet
Source§impl Serialize for InvalidationSet
impl Serialize for InvalidationSet
impl Eq for InvalidationSet
impl StructuralPartialEq for InvalidationSet
Auto Trait Implementations§
impl Freeze for InvalidationSet
impl RefUnwindSafe for InvalidationSet
impl Send for InvalidationSet
impl Sync for InvalidationSet
impl Unpin for InvalidationSet
impl UnsafeUnpin for InvalidationSet
impl UnwindSafe for InvalidationSet
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