pub struct DownloadInterruptReason(/* private fields */);Expand description
See cef_download_interrupt_reason_t for more documentation.
Trait Implementations§
Source§impl AsMut<cef_download_interrupt_reason_t> for DownloadInterruptReason
impl AsMut<cef_download_interrupt_reason_t> for DownloadInterruptReason
Source§fn as_mut(&mut self) -> &mut cef_download_interrupt_reason_t
fn as_mut(&mut self) -> &mut cef_download_interrupt_reason_t
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<cef_download_interrupt_reason_t> for DownloadInterruptReason
impl AsRef<cef_download_interrupt_reason_t> for DownloadInterruptReason
Source§fn as_ref(&self) -> &cef_download_interrupt_reason_t
fn as_ref(&self) -> &cef_download_interrupt_reason_t
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for DownloadInterruptReason
impl Clone for DownloadInterruptReason
Source§fn clone(&self) -> DownloadInterruptReason
fn clone(&self) -> DownloadInterruptReason
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 DownloadInterruptReason
impl Debug for DownloadInterruptReason
Source§impl Default for DownloadInterruptReason
impl Default for DownloadInterruptReason
Source§impl From<DownloadInterruptReason> for cef_download_interrupt_reason_t
impl From<DownloadInterruptReason> for cef_download_interrupt_reason_t
Source§fn from(value: DownloadInterruptReason) -> Self
fn from(value: DownloadInterruptReason) -> Self
Converts to this type from the input type.
Source§impl From<cef_download_interrupt_reason_t> for DownloadInterruptReason
impl From<cef_download_interrupt_reason_t> for DownloadInterruptReason
Source§fn from(value: cef_download_interrupt_reason_t) -> Self
fn from(value: cef_download_interrupt_reason_t) -> Self
Converts to this type from the input type.
Source§impl Hash for DownloadInterruptReason
impl Hash for DownloadInterruptReason
Source§impl PartialEq for DownloadInterruptReason
impl PartialEq for DownloadInterruptReason
impl Copy for DownloadInterruptReason
impl Eq for DownloadInterruptReason
impl StructuralPartialEq for DownloadInterruptReason
Auto Trait Implementations§
impl Freeze for DownloadInterruptReason
impl RefUnwindSafe for DownloadInterruptReason
impl Send for DownloadInterruptReason
impl Sync for DownloadInterruptReason
impl Unpin for DownloadInterruptReason
impl UnwindSafe for DownloadInterruptReason
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