pub struct CheckRunOutputTitle(/* private fields */);
Expand description
Check run output title
Implementations§
Trait Implementations§
Source§impl Clone for CheckRunOutputTitle
impl Clone for CheckRunOutputTitle
Source§fn clone(&self) -> CheckRunOutputTitle
fn clone(&self) -> CheckRunOutputTitle
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 CheckRunOutputTitle
impl Debug for CheckRunOutputTitle
Source§impl<'de> Deserialize<'de> for CheckRunOutputTitle
impl<'de> Deserialize<'de> for CheckRunOutputTitle
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 Display for CheckRunOutputTitle
impl Display for CheckRunOutputTitle
Source§impl From<&str> for CheckRunOutputTitle
impl From<&str> for CheckRunOutputTitle
Source§fn from(string: &str) -> CheckRunOutputTitle
fn from(string: &str) -> CheckRunOutputTitle
Converts to this type from the input type.
Source§impl From<String> for CheckRunOutputTitle
impl From<String> for CheckRunOutputTitle
Source§fn from(string: String) -> CheckRunOutputTitle
fn from(string: String) -> CheckRunOutputTitle
Converts to this type from the input type.
Source§impl Hash for CheckRunOutputTitle
impl Hash for CheckRunOutputTitle
Source§impl Ord for CheckRunOutputTitle
impl Ord for CheckRunOutputTitle
Source§fn cmp(&self, other: &CheckRunOutputTitle) -> Ordering
fn cmp(&self, other: &CheckRunOutputTitle) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CheckRunOutputTitle
impl PartialEq for CheckRunOutputTitle
Source§impl PartialOrd for CheckRunOutputTitle
impl PartialOrd for CheckRunOutputTitle
Source§impl Serialize for CheckRunOutputTitle
impl Serialize for CheckRunOutputTitle
impl Eq for CheckRunOutputTitle
impl StructuralPartialEq for CheckRunOutputTitle
Auto Trait Implementations§
impl Freeze for CheckRunOutputTitle
impl RefUnwindSafe for CheckRunOutputTitle
impl Send for CheckRunOutputTitle
impl Sync for CheckRunOutputTitle
impl Unpin for CheckRunOutputTitle
impl UnwindSafe for CheckRunOutputTitle
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.