pub struct ImportantUrl {
pub url: String,
pub update_date: Option<DateTime<Utc>>,
pub change_indicators: Vec<ApiImportantUrlChangeIndicator>,
pub indexing_status: Option<IndexingStatus>,
pub search_status: Option<SearchStatus>,
}Expand description
Important URL information
Fields§
§url: StringSite page URL
update_date: Option<DateTime<Utc>>Date and time the page status information was updated
change_indicators: Vec<ApiImportantUrlChangeIndicator>Indicator of changes from previous check
indexing_status: Option<IndexingStatus>Information about page indexing by the robot
search_status: Option<SearchStatus>State of the page in search results
Trait Implementations§
Source§impl Clone for ImportantUrl
impl Clone for ImportantUrl
Source§fn clone(&self) -> ImportantUrl
fn clone(&self) -> ImportantUrl
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ImportantUrl
impl Debug for ImportantUrl
Source§impl<'de> Deserialize<'de> for ImportantUrl
impl<'de> Deserialize<'de> for ImportantUrl
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 ImportantUrl
impl PartialEq for ImportantUrl
Source§impl Serialize for ImportantUrl
impl Serialize for ImportantUrl
impl StructuralPartialEq for ImportantUrl
Auto Trait Implementations§
impl Freeze for ImportantUrl
impl RefUnwindSafe for ImportantUrl
impl Send for ImportantUrl
impl Sync for ImportantUrl
impl Unpin for ImportantUrl
impl UnwindSafe for ImportantUrl
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)