pub struct SetCookiesBuilder { /* private fields */ }Implementations§
Source§impl SetCookiesBuilder
impl SetCookiesBuilder
pub fn build(self) -> Result<SetCookies, String>
Trait Implementations§
Source§impl Clone for SetCookiesBuilder
impl Clone for SetCookiesBuilder
Source§fn clone(&self) -> SetCookiesBuilder
fn clone(&self) -> SetCookiesBuilder
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 Default for SetCookiesBuilder
impl Default for SetCookiesBuilder
Source§fn default() -> SetCookiesBuilder
fn default() -> SetCookiesBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SetCookiesBuilder
impl RefUnwindSafe for SetCookiesBuilder
impl Send for SetCookiesBuilder
impl Sync for SetCookiesBuilder
impl Unpin for SetCookiesBuilder
impl UnsafeUnpin for SetCookiesBuilder
impl UnwindSafe for SetCookiesBuilder
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