pub enum AnnounceAction {
Announce,
}Expand description
Serializes to and deserializes from “announce”
Variants§
Announce
Trait Implementations§
Source§impl Clone for AnnounceAction
impl Clone for AnnounceAction
Source§fn clone(&self) -> AnnounceAction
fn clone(&self) -> AnnounceAction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AnnounceAction
impl Debug for AnnounceAction
Source§impl<'de> Deserialize<'de> for AnnounceAction
impl<'de> Deserialize<'de> for AnnounceAction
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
impl Eq for AnnounceAction
Source§impl PartialEq for AnnounceAction
impl PartialEq for AnnounceAction
Source§fn eq(&self, other: &AnnounceAction) -> bool
fn eq(&self, other: &AnnounceAction) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AnnounceAction
impl Serialize for AnnounceAction
impl StructuralPartialEq for AnnounceAction
Auto Trait Implementations§
impl Freeze for AnnounceAction
impl RefUnwindSafe for AnnounceAction
impl Send for AnnounceAction
impl Sync for AnnounceAction
impl Unpin for AnnounceAction
impl UnsafeUnpin for AnnounceAction
impl UnwindSafe for AnnounceAction
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