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