pub struct CustomRepositoryBranchStatusResponse {
pub last_indexed_change_id: Option<i64>,
pub last_indexed_change_id_change_time: Option<OffsetDateTime>,
pub latest_change_id: Option<i64>,
pub latest_change_id_change_time: Option<OffsetDateTime>,
}
Expand description
Fields§
§last_indexed_change_id: Option<i64>
§last_indexed_change_id_change_time: Option<OffsetDateTime>
§latest_change_id: Option<i64>
§latest_change_id_change_time: Option<OffsetDateTime>
Implementations§
Trait Implementations§
source§impl Clone for CustomRepositoryBranchStatusResponse
impl Clone for CustomRepositoryBranchStatusResponse
source§fn clone(&self) -> CustomRepositoryBranchStatusResponse
fn clone(&self) -> CustomRepositoryBranchStatusResponse
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 Default for CustomRepositoryBranchStatusResponse
impl Default for CustomRepositoryBranchStatusResponse
source§fn default() -> CustomRepositoryBranchStatusResponse
fn default() -> CustomRepositoryBranchStatusResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CustomRepositoryBranchStatusResponse
impl<'de> Deserialize<'de> for CustomRepositoryBranchStatusResponse
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 for CustomRepositoryBranchStatusResponse
impl PartialEq for CustomRepositoryBranchStatusResponse
source§fn eq(&self, other: &CustomRepositoryBranchStatusResponse) -> bool
fn eq(&self, other: &CustomRepositoryBranchStatusResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CustomRepositoryBranchStatusResponse
Auto Trait Implementations§
impl Freeze for CustomRepositoryBranchStatusResponse
impl RefUnwindSafe for CustomRepositoryBranchStatusResponse
impl Send for CustomRepositoryBranchStatusResponse
impl Sync for CustomRepositoryBranchStatusResponse
impl Unpin for CustomRepositoryBranchStatusResponse
impl UnwindSafe for CustomRepositoryBranchStatusResponse
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