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