pub struct StaleCandidatesIndex {
pub generated_at: String,
pub items: Vec<StaleCandidateItem>,
}Fields§
§generated_at: String§items: Vec<StaleCandidateItem>Trait Implementations§
Source§impl Clone for StaleCandidatesIndex
impl Clone for StaleCandidatesIndex
Source§fn clone(&self) -> StaleCandidatesIndex
fn clone(&self) -> StaleCandidatesIndex
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 StaleCandidatesIndex
impl Debug for StaleCandidatesIndex
Source§impl Default for StaleCandidatesIndex
impl Default for StaleCandidatesIndex
Source§fn default() -> StaleCandidatesIndex
fn default() -> StaleCandidatesIndex
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StaleCandidatesIndex
impl<'de> Deserialize<'de> for StaleCandidatesIndex
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
Auto Trait Implementations§
impl Freeze for StaleCandidatesIndex
impl RefUnwindSafe for StaleCandidatesIndex
impl Send for StaleCandidatesIndex
impl Sync for StaleCandidatesIndex
impl Unpin for StaleCandidatesIndex
impl UnsafeUnpin for StaleCandidatesIndex
impl UnwindSafe for StaleCandidatesIndex
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