pub struct IntegrityProbes {
pub header: Option<HashRef>,
pub url: Option<HashRef>,
}Fields§
§header: Option<HashRef>§url: Option<HashRef>Trait Implementations§
Source§impl Clone for IntegrityProbes
impl Clone for IntegrityProbes
Source§fn clone(&self) -> IntegrityProbes
fn clone(&self) -> IntegrityProbes
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 IntegrityProbes
impl Debug for IntegrityProbes
Source§impl Default for IntegrityProbes
impl Default for IntegrityProbes
Source§fn default() -> IntegrityProbes
fn default() -> IntegrityProbes
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IntegrityProbes
impl<'de> Deserialize<'de> for IntegrityProbes
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
impl Eq for IntegrityProbes
Source§impl PartialEq for IntegrityProbes
impl PartialEq for IntegrityProbes
Source§fn eq(&self, other: &IntegrityProbes) -> bool
fn eq(&self, other: &IntegrityProbes) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for IntegrityProbes
impl Serialize for IntegrityProbes
impl StructuralPartialEq for IntegrityProbes
Auto Trait Implementations§
impl Freeze for IntegrityProbes
impl RefUnwindSafe for IntegrityProbes
impl Send for IntegrityProbes
impl Sync for IntegrityProbes
impl Unpin for IntegrityProbes
impl UnsafeUnpin for IntegrityProbes
impl UnwindSafe for IntegrityProbes
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.