pub struct CbIdCorrelation {
pub name: String,
pub value: String,
pub key: String,
}Expand description
One cb_id include occurrence extracted from a remote body. Slug is
the RFC §3 Q3 key derived from ${NAME}.
Fields§
§name: StringThe verbatim ${NAME} content_block name from the include.
value: StringcbN form, e.g. cb42.
key: StringSlug-form key per RFC §3 Q3.
Trait Implementations§
Source§impl Clone for CbIdCorrelation
impl Clone for CbIdCorrelation
Source§fn clone(&self) -> CbIdCorrelation
fn clone(&self) -> CbIdCorrelation
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 CbIdCorrelation
impl Debug for CbIdCorrelation
Source§impl PartialEq for CbIdCorrelation
impl PartialEq for CbIdCorrelation
Source§fn eq(&self, other: &CbIdCorrelation) -> bool
fn eq(&self, other: &CbIdCorrelation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CbIdCorrelation
impl StructuralPartialEq for CbIdCorrelation
Auto Trait Implementations§
impl Freeze for CbIdCorrelation
impl RefUnwindSafe for CbIdCorrelation
impl Send for CbIdCorrelation
impl Sync for CbIdCorrelation
impl Unpin for CbIdCorrelation
impl UnsafeUnpin for CbIdCorrelation
impl UnwindSafe for CbIdCorrelation
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,
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.