pub enum RelayPayloadKind {
Control,
Content,
}Variants§
Trait Implementations§
Source§impl Clone for RelayPayloadKind
impl Clone for RelayPayloadKind
Source§fn clone(&self) -> RelayPayloadKind
fn clone(&self) -> RelayPayloadKind
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 RelayPayloadKind
impl Debug for RelayPayloadKind
Source§impl Default for RelayPayloadKind
impl Default for RelayPayloadKind
Source§fn default() -> RelayPayloadKind
fn default() -> RelayPayloadKind
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RelayPayloadKind
impl<'de> Deserialize<'de> for RelayPayloadKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RelayPayloadKind
impl PartialEq for RelayPayloadKind
Source§impl Serialize for RelayPayloadKind
impl Serialize for RelayPayloadKind
impl Copy for RelayPayloadKind
impl Eq for RelayPayloadKind
impl StructuralPartialEq for RelayPayloadKind
Auto Trait Implementations§
impl Freeze for RelayPayloadKind
impl RefUnwindSafe for RelayPayloadKind
impl Send for RelayPayloadKind
impl Sync for RelayPayloadKind
impl Unpin for RelayPayloadKind
impl UnsafeUnpin for RelayPayloadKind
impl UnwindSafe for RelayPayloadKind
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