pub struct PageInfo {Show 15 fields
pub url: Url,
pub guid: Guid,
pub row_id: RowId,
pub title: String,
pub hidden: bool,
pub preview_image_url: Option<Url>,
pub typed: u32,
pub frecency: i32,
pub visit_count_local: i32,
pub visit_count_remote: i32,
pub last_visit_date_local: Timestamp,
pub last_visit_date_remote: Timestamp,
pub sync_status: SyncStatus,
pub sync_change_counter: u32,
pub unknown_fields: UnknownFields,
}
Fields§
§url: Url
§guid: Guid
§row_id: RowId
§title: String
§preview_image_url: Option<Url>
§typed: u32
§frecency: i32
§visit_count_local: i32
§visit_count_remote: i32
§last_visit_date_local: Timestamp
§last_visit_date_remote: Timestamp
§sync_status: SyncStatus
§sync_change_counter: u32
§unknown_fields: UnknownFields
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PageInfo
impl RefUnwindSafe for PageInfo
impl Send for PageInfo
impl Sync for PageInfo
impl Unpin for PageInfo
impl UnwindSafe for PageInfo
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
§impl<T, UT> HandleAlloc<UT> for T
impl<T, UT> HandleAlloc<UT> for T
§fn new_handle(value: Arc<T>) -> Handle
fn new_handle(value: Arc<T>) -> Handle
Create a new handle for an Arc value Read more
§unsafe fn clone_handle(handle: Handle) -> Handle
unsafe fn clone_handle(handle: Handle) -> Handle
Clone a handle Read more
§unsafe fn consume_handle(handle: Handle) -> Arc<T>
unsafe fn consume_handle(handle: Handle) -> Arc<T>
Consume a handle, getting back the initial
Arc<>
Read more