pub struct CommitStatusItem {
pub context: String,
pub state: String,
}Expand description
A single status from the combined status API.
Fields§
§context: String§state: StringTrait Implementations§
Source§impl Clone for CommitStatusItem
impl Clone for CommitStatusItem
Source§fn clone(&self) -> CommitStatusItem
fn clone(&self) -> CommitStatusItem
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 Debug for CommitStatusItem
impl Debug for CommitStatusItem
Source§impl<'de> Deserialize<'de> for CommitStatusItem
impl<'de> Deserialize<'de> for CommitStatusItem
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
Auto Trait Implementations§
impl Freeze for CommitStatusItem
impl RefUnwindSafe for CommitStatusItem
impl Send for CommitStatusItem
impl Sync for CommitStatusItem
impl Unpin for CommitStatusItem
impl UnsafeUnpin for CommitStatusItem
impl UnwindSafe for CommitStatusItem
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