pub enum RepositoryActivityEventResource {
Starred {
user: UserResource,
at: DateTime<Utc>,
},
}Variants§
Trait Implementations§
impl ApiResource for RepositoryActivityEventResource
Source§impl Clone for RepositoryActivityEventResource
impl Clone for RepositoryActivityEventResource
Source§fn clone(&self) -> RepositoryActivityEventResource
fn clone(&self) -> RepositoryActivityEventResource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for RepositoryActivityEventResource
impl<'de> Deserialize<'de> for RepositoryActivityEventResource
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
impl Eq for RepositoryActivityEventResource
Source§impl PartialEq for RepositoryActivityEventResource
impl PartialEq for RepositoryActivityEventResource
Source§fn eq(&self, other: &RepositoryActivityEventResource) -> bool
fn eq(&self, other: &RepositoryActivityEventResource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RepositoryActivityEventResource
Auto Trait Implementations§
impl Freeze for RepositoryActivityEventResource
impl RefUnwindSafe for RepositoryActivityEventResource
impl Send for RepositoryActivityEventResource
impl Sync for RepositoryActivityEventResource
impl Unpin for RepositoryActivityEventResource
impl UnsafeUnpin for RepositoryActivityEventResource
impl UnwindSafe for RepositoryActivityEventResource
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