Struct github_rest::model::repositories::events::StarEvent
source · pub struct StarEvent {
pub action: StarAction,
pub starred_at: Option<String>,
pub event_info: RepoEventInfo,
}
Expand description
Fields§
§action: StarAction
§starred_at: Option<String>
§event_info: RepoEventInfo
Trait Implementations§
source§impl AsRef<RepoEventInfo> for StarEvent
impl AsRef<RepoEventInfo> for StarEvent
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<'de> Deserialize<'de> for StarEvent
impl<'de> Deserialize<'de> for StarEvent
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<StarEvent> for StarEvent
impl PartialEq<StarEvent> for StarEvent
impl StructuralPartialEq for StarEvent
Auto Trait Implementations§
impl RefUnwindSafe for StarEvent
impl Send for StarEvent
impl Sync for StarEvent
impl Unpin for StarEvent
impl UnwindSafe for StarEvent
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