pub struct GetAllCookiesReturnObjectBuilder { /* private fields */ }Expand description
Builder for GetAllCookiesReturnObject.
Implementations§
Source§impl GetAllCookiesReturnObjectBuilder
impl GetAllCookiesReturnObjectBuilder
Array of cookie objects.
Sourcepub fn build(
&self,
) -> Result<GetAllCookiesReturnObject, GetAllCookiesReturnObjectBuilderError>
pub fn build( &self, ) -> Result<GetAllCookiesReturnObject, GetAllCookiesReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for GetAllCookiesReturnObjectBuilder
impl Clone for GetAllCookiesReturnObjectBuilder
Source§fn clone(&self) -> GetAllCookiesReturnObjectBuilder
fn clone(&self) -> GetAllCookiesReturnObjectBuilder
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 moreAuto Trait Implementations§
impl Freeze for GetAllCookiesReturnObjectBuilder
impl RefUnwindSafe for GetAllCookiesReturnObjectBuilder
impl Send for GetAllCookiesReturnObjectBuilder
impl Sync for GetAllCookiesReturnObjectBuilder
impl Unpin for GetAllCookiesReturnObjectBuilder
impl UnsafeUnpin for GetAllCookiesReturnObjectBuilder
impl UnwindSafe for GetAllCookiesReturnObjectBuilder
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