Enum github_rest::model::misc::events::MetaAction
source · pub enum MetaAction {
Deleted,
}
Variants§
Deleted
Trait Implementations§
source§impl Clone for MetaAction
impl Clone for MetaAction
source§fn clone(&self) -> MetaAction
fn clone(&self) -> MetaAction
Returns a copy 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 MetaAction
impl Debug for MetaAction
source§impl<'de> Deserialize<'de> for MetaAction
impl<'de> Deserialize<'de> for MetaAction
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 FromStr for MetaAction
impl FromStr for MetaAction
source§impl PartialEq<MetaAction> for MetaAction
impl PartialEq<MetaAction> for MetaAction
source§fn eq(&self, other: &MetaAction) -> bool
fn eq(&self, other: &MetaAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for MetaAction
impl Serialize for MetaAction
source§impl TryFrom<&str> for MetaAction
impl TryFrom<&str> for MetaAction
source§impl VariantNames for MetaAction
impl VariantNames for MetaAction
impl StructuralPartialEq for MetaAction
Auto Trait Implementations§
impl RefUnwindSafe for MetaAction
impl Send for MetaAction
impl Sync for MetaAction
impl Unpin for MetaAction
impl UnwindSafe for MetaAction
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