pub struct SinkInOneOf {
pub routing_key: String,
pub type: Type,
pub uri: String,
}
Fields§
§routing_key: String
§type: Type
§uri: String
Implementations§
Source§impl SinkInOneOf
impl SinkInOneOf
Trait Implementations§
Source§impl Clone for SinkInOneOf
impl Clone for SinkInOneOf
Source§fn clone(&self) -> SinkInOneOf
fn clone(&self) -> SinkInOneOf
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 SinkInOneOf
impl Debug for SinkInOneOf
Source§impl Default for SinkInOneOf
impl Default for SinkInOneOf
Source§fn default() -> SinkInOneOf
fn default() -> SinkInOneOf
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SinkInOneOf
impl<'de> Deserialize<'de> for SinkInOneOf
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 PartialEq for SinkInOneOf
impl PartialEq for SinkInOneOf
Source§impl Serialize for SinkInOneOf
impl Serialize for SinkInOneOf
impl StructuralPartialEq for SinkInOneOf
Auto Trait Implementations§
impl Freeze for SinkInOneOf
impl RefUnwindSafe for SinkInOneOf
impl Send for SinkInOneOf
impl Sync for SinkInOneOf
impl Unpin for SinkInOneOf
impl UnwindSafe for SinkInOneOf
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