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