pub struct Inspection {
pub cache_control: Option<String>,
pub document: InspectDocument,
pub etag: Option<String>,
pub final_url: Url,
pub inspect_url: Url,
pub last_modified: Option<String>,
pub service_url: Url,
}Fields§
§cache_control: Option<String>§document: InspectDocument§etag: Option<String>§final_url: Url§inspect_url: Url§last_modified: Option<String>§service_url: UrlImplementations§
Source§impl Inspection
impl Inspection
pub fn command_url(&self, command: &Command) -> Result<Url, AgentError>
Trait Implementations§
Source§impl Clone for Inspection
impl Clone for Inspection
Source§fn clone(&self) -> Inspection
fn clone(&self) -> Inspection
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 Inspection
impl Debug for Inspection
Source§impl PartialEq for Inspection
impl PartialEq for Inspection
impl StructuralPartialEq for Inspection
Auto Trait Implementations§
impl Freeze for Inspection
impl RefUnwindSafe for Inspection
impl Send for Inspection
impl Sync for Inspection
impl Unpin for Inspection
impl UnsafeUnpin for Inspection
impl UnwindSafe for Inspection
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