Enum gitlab::systemhooks::GroupEvent
source · pub enum GroupEvent {
Create,
Destroy,
}Expand description
Events which occur for groups.
Variants§
Trait Implementations§
source§impl Clone for GroupEvent
impl Clone for GroupEvent
source§fn clone(&self) -> GroupEvent
fn clone(&self) -> GroupEvent
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 GroupEvent
impl Debug for GroupEvent
source§impl<'de> Deserialize<'de> for GroupEvent
impl<'de> Deserialize<'de> for GroupEvent
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<GroupEvent> for GroupEvent
impl PartialEq<GroupEvent> for GroupEvent
source§fn eq(&self, other: &GroupEvent) -> bool
fn eq(&self, other: &GroupEvent) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for GroupEvent
impl Serialize for GroupEvent
impl Copy for GroupEvent
impl Eq for GroupEvent
impl StructuralEq for GroupEvent
impl StructuralPartialEq for GroupEvent
Auto Trait Implementations§
impl RefUnwindSafe for GroupEvent
impl Send for GroupEvent
impl Sync for GroupEvent
impl Unpin for GroupEvent
impl UnwindSafe for GroupEvent
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<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.