pub enum PullRequestCheckPresentation {
JobLogs,
RunLogs,
Markdown,
ExternalOnly,
Unknown,
}Expand description
ALPHA How a pull request check should be opened in the client.
Variants§
Trait Implementations§
Source§impl Clone for PullRequestCheckPresentation
impl Clone for PullRequestCheckPresentation
Source§fn clone(&self) -> PullRequestCheckPresentation
fn clone(&self) -> PullRequestCheckPresentation
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 PullRequestCheckPresentation
impl Debug for PullRequestCheckPresentation
Source§impl<'de> Deserialize<'de> for PullRequestCheckPresentation
impl<'de> Deserialize<'de> for PullRequestCheckPresentation
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 PullRequestCheckPresentation
impl PartialEq for PullRequestCheckPresentation
Source§fn eq(&self, other: &PullRequestCheckPresentation) -> bool
fn eq(&self, other: &PullRequestCheckPresentation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PullRequestCheckPresentation
impl StructuralPartialEq for PullRequestCheckPresentation
Auto Trait Implementations§
impl Freeze for PullRequestCheckPresentation
impl RefUnwindSafe for PullRequestCheckPresentation
impl Send for PullRequestCheckPresentation
impl Sync for PullRequestCheckPresentation
impl Unpin for PullRequestCheckPresentation
impl UnsafeUnpin for PullRequestCheckPresentation
impl UnwindSafe for PullRequestCheckPresentation
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