pub enum TabIpcErrorCode {
Timeout,
Aborted,
Disconnected,
IpcDisabled,
ContextClosed,
RemoteError,
ProtocolError,
}Expand description
Chromium-facing IPC error code.
Variants§
Trait Implementations§
Source§impl Clone for TabIpcErrorCode
impl Clone for TabIpcErrorCode
Source§fn clone(&self) -> TabIpcErrorCode
fn clone(&self) -> TabIpcErrorCode
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 TabIpcErrorCode
impl Debug for TabIpcErrorCode
Source§impl From<IpcErrorCode> for TabIpcErrorCode
impl From<IpcErrorCode> for TabIpcErrorCode
Source§fn from(value: IpcErrorCode) -> Self
fn from(value: IpcErrorCode) -> Self
Converts to this type from the input type.
Source§impl From<TabIpcErrorCode> for IpcErrorCode
impl From<TabIpcErrorCode> for IpcErrorCode
Source§fn from(value: TabIpcErrorCode) -> Self
fn from(value: TabIpcErrorCode) -> Self
Converts to this type from the input type.
Source§impl PartialEq for TabIpcErrorCode
impl PartialEq for TabIpcErrorCode
impl Copy for TabIpcErrorCode
impl Eq for TabIpcErrorCode
impl StructuralPartialEq for TabIpcErrorCode
Auto Trait Implementations§
impl Freeze for TabIpcErrorCode
impl RefUnwindSafe for TabIpcErrorCode
impl Send for TabIpcErrorCode
impl Sync for TabIpcErrorCode
impl Unpin for TabIpcErrorCode
impl UnsafeUnpin for TabIpcErrorCode
impl UnwindSafe for TabIpcErrorCode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.