pub struct RequestMobileFriendlyTest {
pub url: String,
pub request_screenshot: bool,
}
Fields§
§url: String
§request_screenshot: bool
Trait Implementations§
Source§impl Clone for RequestMobileFriendlyTest
impl Clone for RequestMobileFriendlyTest
Source§fn clone(&self) -> RequestMobileFriendlyTest
fn clone(&self) -> RequestMobileFriendlyTest
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 RequestMobileFriendlyTest
impl Debug for RequestMobileFriendlyTest
Source§impl<'de> Deserialize<'de> for RequestMobileFriendlyTest
impl<'de> Deserialize<'de> for RequestMobileFriendlyTest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RequestMobileFriendlyTest
impl RefUnwindSafe for RequestMobileFriendlyTest
impl Send for RequestMobileFriendlyTest
impl Sync for RequestMobileFriendlyTest
impl Unpin for RequestMobileFriendlyTest
impl UnwindSafe for RequestMobileFriendlyTest
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