pub struct IndexExternal {
pub system: String,
pub id: String,
pub url: String,
}Expand description
External tracker mirror as projected into the index ({system, id, url}).
Fields§
§system: String§id: String§url: StringTrait Implementations§
Source§impl Clone for IndexExternal
impl Clone for IndexExternal
Source§fn clone(&self) -> IndexExternal
fn clone(&self) -> IndexExternal
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 IndexExternal
impl Debug for IndexExternal
Source§impl<'de> Deserialize<'de> for IndexExternal
impl<'de> Deserialize<'de> for IndexExternal
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 From<&ExternalLink> for IndexExternal
impl From<&ExternalLink> for IndexExternal
Source§fn from(e: &ExternalLink) -> Self
fn from(e: &ExternalLink) -> Self
Converts to this type from the input type.
Source§impl PartialEq for IndexExternal
impl PartialEq for IndexExternal
Source§fn eq(&self, other: &IndexExternal) -> bool
fn eq(&self, other: &IndexExternal) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for IndexExternal
impl Serialize for IndexExternal
impl Eq for IndexExternal
impl StructuralPartialEq for IndexExternal
Auto Trait Implementations§
impl Freeze for IndexExternal
impl RefUnwindSafe for IndexExternal
impl Send for IndexExternal
impl Sync for IndexExternal
impl Unpin for IndexExternal
impl UnsafeUnpin for IndexExternal
impl UnwindSafe for IndexExternal
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.