pub struct WebhookOrderingState { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for WebhookOrderingState
impl Clone for WebhookOrderingState
Source§fn clone(&self) -> WebhookOrderingState
fn clone(&self) -> WebhookOrderingState
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 WebhookOrderingState
impl Debug for WebhookOrderingState
Source§impl PartialEq for WebhookOrderingState
impl PartialEq for WebhookOrderingState
Source§fn eq(&self, other: &WebhookOrderingState) -> bool
fn eq(&self, other: &WebhookOrderingState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for WebhookOrderingState
impl StructuralPartialEq for WebhookOrderingState
Auto Trait Implementations§
impl Freeze for WebhookOrderingState
impl RefUnwindSafe for WebhookOrderingState
impl Send for WebhookOrderingState
impl Sync for WebhookOrderingState
impl Unpin for WebhookOrderingState
impl UnsafeUnpin for WebhookOrderingState
impl UnwindSafe for WebhookOrderingState
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