pub struct CookieJarTextBuilder { /* private fields */ }
Expand description
A builder-pattern type to construct CookieJarText
objects.
Implementations§
Source§impl CookieJarTextBuilder
impl CookieJarTextBuilder
pub fn filename(self, filename: impl Into<GString>) -> Self
pub fn accept_policy(self, accept_policy: CookieJarAcceptPolicy) -> Self
pub fn read_only(self, read_only: bool) -> Self
Sourcepub fn build(self) -> CookieJarText
pub fn build(self) -> CookieJarText
Build the CookieJarText
.
Auto Trait Implementations§
impl Freeze for CookieJarTextBuilder
impl RefUnwindSafe for CookieJarTextBuilder
impl !Send for CookieJarTextBuilder
impl !Sync for CookieJarTextBuilder
impl Unpin for CookieJarTextBuilder
impl UnwindSafe for CookieJarTextBuilder
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