pub struct TrackerBinding {
pub definition_rev: String,
pub content_rev: Option<String>,
}Expand description
Which content revision of a tracker this instance is bound to.
Fields§
§definition_rev: String§content_rev: Option<String>None when the tracker is bound but no content has been captured yet.
Trait Implementations§
Source§impl Clone for TrackerBinding
impl Clone for TrackerBinding
Source§fn clone(&self) -> TrackerBinding
fn clone(&self) -> TrackerBinding
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 TrackerBinding
impl Debug for TrackerBinding
Source§impl<'de> Deserialize<'de> for TrackerBinding
impl<'de> Deserialize<'de> for TrackerBinding
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 TrackerBinding
Source§impl PartialEq for TrackerBinding
impl PartialEq for TrackerBinding
Source§impl Serialize for TrackerBinding
impl Serialize for TrackerBinding
impl StructuralPartialEq for TrackerBinding
Auto Trait Implementations§
impl Freeze for TrackerBinding
impl RefUnwindSafe for TrackerBinding
impl Send for TrackerBinding
impl Sync for TrackerBinding
impl Unpin for TrackerBinding
impl UnsafeUnpin for TrackerBinding
impl UnwindSafe for TrackerBinding
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