pub struct ContentOptions {
pub http_auth: Option<String>,
pub user_agent: Option<String>,
pub delay: Option<u32>,
pub wait_for: Option<String>,
pub wait_for_id: Option<String>,
pub additional_options: Option<RequestOptions>,
}Fields§
§http_auth: Option<String>§user_agent: Option<String>§delay: Option<u32>§wait_for: Option<String>§wait_for_id: Option<String>§additional_options: Option<RequestOptions>Implementations§
Source§impl ContentOptions
impl ContentOptions
pub fn to_request_options(&self) -> RequestOptions
Trait Implementations§
Source§impl Clone for ContentOptions
impl Clone for ContentOptions
Source§fn clone(&self) -> ContentOptions
fn clone(&self) -> ContentOptions
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 ContentOptions
impl Debug for ContentOptions
Source§impl Default for ContentOptions
impl Default for ContentOptions
Source§fn default() -> ContentOptions
fn default() -> ContentOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContentOptions
impl RefUnwindSafe for ContentOptions
impl Send for ContentOptions
impl Sync for ContentOptions
impl Unpin for ContentOptions
impl UnwindSafe for ContentOptions
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