pub enum PullRequestSortDirection {
Asc,
Desc,
}Expand description
Представляет возможные значения для PullRequestSortDirection
Variants§
Trait Implementations§
Source§impl Clone for PullRequestSortDirection
impl Clone for PullRequestSortDirection
Source§fn clone(&self) -> PullRequestSortDirection
fn clone(&self) -> PullRequestSortDirection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PullRequestSortDirection
impl Debug for PullRequestSortDirection
Source§impl<'de> Deserialize<'de> for PullRequestSortDirection
impl<'de> Deserialize<'de> for PullRequestSortDirection
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 PullRequestSortDirection
impl Display for PullRequestSortDirection
impl Eq for PullRequestSortDirection
Source§impl PartialEq for PullRequestSortDirection
impl PartialEq for PullRequestSortDirection
Source§fn eq(&self, other: &PullRequestSortDirection) -> bool
fn eq(&self, other: &PullRequestSortDirection) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PullRequestSortDirection
impl Serialize for PullRequestSortDirection
impl StructuralPartialEq for PullRequestSortDirection
Auto Trait Implementations§
impl Freeze for PullRequestSortDirection
impl RefUnwindSafe for PullRequestSortDirection
impl Send for PullRequestSortDirection
impl Sync for PullRequestSortDirection
impl Unpin for PullRequestSortDirection
impl UnsafeUnpin for PullRequestSortDirection
impl UnwindSafe for PullRequestSortDirection
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