pub enum WebhookSort {
Noop,
Id,
Name,
DisplayName,
Created,
Updated,
}Variants§
Trait Implementations§
Source§impl Clone for WebhookSort
impl Clone for WebhookSort
Source§fn clone(&self) -> WebhookSort
fn clone(&self) -> WebhookSort
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 WebhookSort
impl Debug for WebhookSort
Source§impl Default for WebhookSort
impl Default for WebhookSort
Source§fn default() -> WebhookSort
fn default() -> WebhookSort
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebhookSort
impl<'de> Deserialize<'de> for WebhookSort
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 WebhookSort
impl Display for WebhookSort
Source§impl Hash for WebhookSort
impl Hash for WebhookSort
Source§impl Ord for WebhookSort
impl Ord for WebhookSort
Source§fn cmp(&self, other: &WebhookSort) -> Ordering
fn cmp(&self, other: &WebhookSort) -> 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 WebhookSort
impl PartialEq for WebhookSort
Source§impl PartialOrd for WebhookSort
impl PartialOrd for WebhookSort
Source§impl Serialize for WebhookSort
impl Serialize for WebhookSort
impl Copy for WebhookSort
impl Eq for WebhookSort
impl StructuralPartialEq for WebhookSort
Auto Trait Implementations§
impl Freeze for WebhookSort
impl RefUnwindSafe for WebhookSort
impl Send for WebhookSort
impl Sync for WebhookSort
impl Unpin for WebhookSort
impl UnwindSafe for WebhookSort
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<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.