Struct github_rest::model::releases::events::DeleteEvent
source · pub struct DeleteEvent {
pub ref_field: String,
pub ref_type: RefType,
pub pusher_type: String,
pub event_info: RepoEventInfo,
}
Expand description
Fields§
§ref_field: String
§ref_type: RefType
§pusher_type: String
§event_info: RepoEventInfo
Trait Implementations§
source§impl AsRef<RepoEventInfo> for DeleteEvent
impl AsRef<RepoEventInfo> for DeleteEvent
source§fn as_ref(&self) -> &RepoEventInfo
fn as_ref(&self) -> &RepoEventInfo
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for DeleteEvent
impl Clone for DeleteEvent
source§fn clone(&self) -> DeleteEvent
fn clone(&self) -> DeleteEvent
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 DeleteEvent
impl Debug for DeleteEvent
source§impl Deref for DeleteEvent
impl Deref for DeleteEvent
source§impl<'de> Deserialize<'de> for DeleteEvent
impl<'de> Deserialize<'de> for DeleteEvent
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 Event<'_> for DeleteEvent
impl Event<'_> for DeleteEvent
source§impl PartialEq<DeleteEvent> for DeleteEvent
impl PartialEq<DeleteEvent> for DeleteEvent
source§fn eq(&self, other: &DeleteEvent) -> bool
fn eq(&self, other: &DeleteEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for DeleteEvent
impl Serialize for DeleteEvent
impl StructuralPartialEq for DeleteEvent
Auto Trait Implementations§
impl RefUnwindSafe for DeleteEvent
impl Send for DeleteEvent
impl Sync for DeleteEvent
impl Unpin for DeleteEvent
impl UnwindSafe for DeleteEvent
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