pub struct GetByOrgByRepoSync200Response {
pub last_sync_attempt: Option<String>,
pub last_sync_success: Option<String>,
pub status: GetByOrgByRepoSync200ResponseStatus,
}Fields§
§last_sync_attempt: Option<String>§last_sync_success: Option<String>§status: GetByOrgByRepoSync200ResponseStatusImplementations§
Source§impl GetByOrgByRepoSync200Response
impl GetByOrgByRepoSync200Response
pub fn new( last_sync_attempt: Option<String>, last_sync_success: Option<String>, status: GetByOrgByRepoSync200ResponseStatus, ) -> GetByOrgByRepoSync200Response
Trait Implementations§
Source§impl Clone for GetByOrgByRepoSync200Response
impl Clone for GetByOrgByRepoSync200Response
Source§fn clone(&self) -> GetByOrgByRepoSync200Response
fn clone(&self) -> GetByOrgByRepoSync200Response
Returns a duplicate 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 Default for GetByOrgByRepoSync200Response
impl Default for GetByOrgByRepoSync200Response
Source§fn default() -> GetByOrgByRepoSync200Response
fn default() -> GetByOrgByRepoSync200Response
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetByOrgByRepoSync200Response
impl<'de> Deserialize<'de> for GetByOrgByRepoSync200Response
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetByOrgByRepoSync200Response, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetByOrgByRepoSync200Response, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetByOrgByRepoSync200Response
impl PartialEq for GetByOrgByRepoSync200Response
Source§fn eq(&self, other: &GetByOrgByRepoSync200Response) -> bool
fn eq(&self, other: &GetByOrgByRepoSync200Response) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GetByOrgByRepoSync200Response
impl Serialize for GetByOrgByRepoSync200Response
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for GetByOrgByRepoSync200Response
Auto Trait Implementations§
impl Freeze for GetByOrgByRepoSync200Response
impl RefUnwindSafe for GetByOrgByRepoSync200Response
impl Send for GetByOrgByRepoSync200Response
impl Sync for GetByOrgByRepoSync200Response
impl Unpin for GetByOrgByRepoSync200Response
impl UnwindSafe for GetByOrgByRepoSync200Response
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