Struct fastly_api::apis::content_api::ContentCheckParams
source · pub struct ContentCheckParams {
pub url: Option<String>,
}
Expand description
struct for passing parameters to the method content_check
Fields§
§url: Option<String>
Full URL (host and path) to check on all nodes. if protocol is omitted, http will be assumed.
Trait Implementations§
source§impl Clone for ContentCheckParams
impl Clone for ContentCheckParams
source§fn clone(&self) -> ContentCheckParams
fn clone(&self) -> ContentCheckParams
Returns a copy 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 ContentCheckParams
impl Debug for ContentCheckParams
source§impl Default for ContentCheckParams
impl Default for ContentCheckParams
source§fn default() -> ContentCheckParams
fn default() -> ContentCheckParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ContentCheckParams
impl Send for ContentCheckParams
impl Sync for ContentCheckParams
impl Unpin for ContentCheckParams
impl UnwindSafe for ContentCheckParams
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