pub enum TabIpcMessageType {
Request,
Response,
Event,
}Expand description
Chromium-facing IPC message type.
Variants§
Trait Implementations§
Source§impl Clone for TabIpcMessageType
impl Clone for TabIpcMessageType
Source§fn clone(&self) -> TabIpcMessageType
fn clone(&self) -> TabIpcMessageType
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 TabIpcMessageType
impl Debug for TabIpcMessageType
Source§impl From<IpcMessageType> for TabIpcMessageType
impl From<IpcMessageType> for TabIpcMessageType
Source§fn from(value: IpcMessageType) -> Self
fn from(value: IpcMessageType) -> Self
Converts to this type from the input type.
Source§impl From<TabIpcMessageType> for IpcMessageType
impl From<TabIpcMessageType> for IpcMessageType
Source§fn from(value: TabIpcMessageType) -> Self
fn from(value: TabIpcMessageType) -> Self
Converts to this type from the input type.
Source§impl PartialEq for TabIpcMessageType
impl PartialEq for TabIpcMessageType
impl Copy for TabIpcMessageType
impl Eq for TabIpcMessageType
impl StructuralPartialEq for TabIpcMessageType
Auto Trait Implementations§
impl Freeze for TabIpcMessageType
impl RefUnwindSafe for TabIpcMessageType
impl Send for TabIpcMessageType
impl Sync for TabIpcMessageType
impl Unpin for TabIpcMessageType
impl UnsafeUnpin for TabIpcMessageType
impl UnwindSafe for TabIpcMessageType
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.