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 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 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 Freeze for ContentCheckParams
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