pub struct ThreadOutboxProviderLocator {
pub provider: NonEmptyString,
pub locator: NonEmptyString,
pub provider_ref: Option<Reference>,
}Fields§
§provider: NonEmptyString§locator: NonEmptyString§provider_ref: Option<Reference>Trait Implementations§
Source§impl Clone for ThreadOutboxProviderLocator
impl Clone for ThreadOutboxProviderLocator
Source§fn clone(&self) -> ThreadOutboxProviderLocator
fn clone(&self) -> ThreadOutboxProviderLocator
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 ThreadOutboxProviderLocator
impl Debug for ThreadOutboxProviderLocator
Source§impl<'de> Deserialize<'de> for ThreadOutboxProviderLocator
impl<'de> Deserialize<'de> for ThreadOutboxProviderLocator
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 ThreadOutboxProviderLocator
Source§impl PartialEq for ThreadOutboxProviderLocator
impl PartialEq for ThreadOutboxProviderLocator
Source§fn eq(&self, other: &ThreadOutboxProviderLocator) -> bool
fn eq(&self, other: &ThreadOutboxProviderLocator) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RunxSchema for ThreadOutboxProviderLocator
impl RunxSchema for ThreadOutboxProviderLocator
Source§fn json_schema() -> Value
fn json_schema() -> Value
The inlined JSON Schema for this type.
impl StructuralPartialEq for ThreadOutboxProviderLocator
Auto Trait Implementations§
impl Freeze for ThreadOutboxProviderLocator
impl RefUnwindSafe for ThreadOutboxProviderLocator
impl Send for ThreadOutboxProviderLocator
impl Sync for ThreadOutboxProviderLocator
impl Unpin for ThreadOutboxProviderLocator
impl UnsafeUnpin for ThreadOutboxProviderLocator
impl UnwindSafe for ThreadOutboxProviderLocator
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