pub struct SnapshotDetector {
pub name: String,
pub version: String,
pub url: String,
}
Expand description
SnapshotDetector : A description of the detector used.
Fields§
§name: String
The name of the detector used.
version: String
The version of the detector used.
url: String
The url of the detector used.
Implementations§
Trait Implementations§
Source§impl Clone for SnapshotDetector
impl Clone for SnapshotDetector
Source§fn clone(&self) -> SnapshotDetector
fn clone(&self) -> SnapshotDetector
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 SnapshotDetector
impl Debug for SnapshotDetector
Source§impl Default for SnapshotDetector
impl Default for SnapshotDetector
Source§fn default() -> SnapshotDetector
fn default() -> SnapshotDetector
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SnapshotDetector
impl<'de> Deserialize<'de> for SnapshotDetector
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 SnapshotDetector
impl PartialEq for SnapshotDetector
Source§impl Serialize for SnapshotDetector
impl Serialize for SnapshotDetector
impl StructuralPartialEq for SnapshotDetector
Auto Trait Implementations§
impl Freeze for SnapshotDetector
impl RefUnwindSafe for SnapshotDetector
impl Send for SnapshotDetector
impl Sync for SnapshotDetector
impl Unpin for SnapshotDetector
impl UnwindSafe for SnapshotDetector
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