pub struct GetArguments { /* private fields */ }
Implementations§
Source§impl GetArguments
impl GetArguments
pub fn body_properties( &mut self, body_properties: impl IntoIterator<Item = BodyProperty>, ) -> &mut Self
pub fn fetch_text_body_values( &mut self, fetch_text_body_values: bool, ) -> &mut Self
pub fn fetch_html_body_values( &mut self, fetch_html_body_values: bool, ) -> &mut Self
pub fn fetch_all_body_values( &mut self, fetch_all_body_values: bool, ) -> &mut Self
pub fn max_body_value_bytes(&mut self, max_body_value_bytes: usize) -> &mut Self
Trait Implementations§
Source§impl Clone for GetArguments
impl Clone for GetArguments
Source§fn clone(&self) -> GetArguments
fn clone(&self) -> GetArguments
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 GetArguments
impl Debug for GetArguments
Source§impl Default for GetArguments
impl Default for GetArguments
Source§fn default() -> GetArguments
fn default() -> GetArguments
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetArguments
impl RefUnwindSafe for GetArguments
impl Send for GetArguments
impl Sync for GetArguments
impl Unpin for GetArguments
impl UnwindSafe for GetArguments
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