pub struct NetworkGetCookies {
pub urls: Option<Vec<String>>,
}Fields§
§urls: Option<Vec<String>>Trait Implementations§
Source§impl Clone for NetworkGetCookies
impl Clone for NetworkGetCookies
Source§fn clone(&self) -> NetworkGetCookies
fn clone(&self) -> NetworkGetCookies
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 NetworkGetCookies
impl Debug for NetworkGetCookies
Source§impl Default for NetworkGetCookies
impl Default for NetworkGetCookies
Source§fn default() -> NetworkGetCookies
fn default() -> NetworkGetCookies
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NetworkGetCookies
impl RefUnwindSafe for NetworkGetCookies
impl Send for NetworkGetCookies
impl Sync for NetworkGetCookies
impl Unpin for NetworkGetCookies
impl UnwindSafe for NetworkGetCookies
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