pub enum ThreadOutboxProviderOperation {
Push,
Fetch,
}Variants§
Trait Implementations§
Source§impl Clone for ThreadOutboxProviderOperation
impl Clone for ThreadOutboxProviderOperation
Source§fn clone(&self) -> ThreadOutboxProviderOperation
fn clone(&self) -> ThreadOutboxProviderOperation
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<'de> Deserialize<'de> for ThreadOutboxProviderOperation
impl<'de> Deserialize<'de> for ThreadOutboxProviderOperation
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
impl Eq for ThreadOutboxProviderOperation
Source§impl PartialEq for ThreadOutboxProviderOperation
impl PartialEq for ThreadOutboxProviderOperation
Source§fn eq(&self, other: &ThreadOutboxProviderOperation) -> bool
fn eq(&self, other: &ThreadOutboxProviderOperation) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RunxSchema for ThreadOutboxProviderOperation
impl RunxSchema for ThreadOutboxProviderOperation
Source§fn json_schema() -> Value
fn json_schema() -> Value
The inlined JSON Schema for this type.
impl StructuralPartialEq for ThreadOutboxProviderOperation
Auto Trait Implementations§
impl Freeze for ThreadOutboxProviderOperation
impl RefUnwindSafe for ThreadOutboxProviderOperation
impl Send for ThreadOutboxProviderOperation
impl Sync for ThreadOutboxProviderOperation
impl Unpin for ThreadOutboxProviderOperation
impl UnsafeUnpin for ThreadOutboxProviderOperation
impl UnwindSafe for ThreadOutboxProviderOperation
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