Struct github_rest::model::repositories::events::PublicEvent
source · pub struct PublicEvent {
pub event_info: RepoEventInfo,
}
Expand description
Fields§
§event_info: RepoEventInfo
Trait Implementations§
source§impl AsRef<RepoEventInfo> for PublicEvent
impl AsRef<RepoEventInfo> for PublicEvent
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 PublicEvent
impl Clone for PublicEvent
source§fn clone(&self) -> PublicEvent
fn clone(&self) -> PublicEvent
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 PublicEvent
impl Debug for PublicEvent
source§impl Deref for PublicEvent
impl Deref for PublicEvent
source§impl<'de> Deserialize<'de> for PublicEvent
impl<'de> Deserialize<'de> for PublicEvent
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 PublicEvent
impl Event<'_> for PublicEvent
source§impl PartialEq<PublicEvent> for PublicEvent
impl PartialEq<PublicEvent> for PublicEvent
source§fn eq(&self, other: &PublicEvent) -> bool
fn eq(&self, other: &PublicEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for PublicEvent
impl Serialize for PublicEvent
impl StructuralPartialEq for PublicEvent
Auto Trait Implementations§
impl RefUnwindSafe for PublicEvent
impl Send for PublicEvent
impl Sync for PublicEvent
impl Unpin for PublicEvent
impl UnwindSafe for PublicEvent
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