pub struct PartiesData {
pub consumer: String,
pub provider: String,
}Fields§
§consumer: String§provider: StringTrait Implementations§
Source§impl Clone for PartiesData
impl Clone for PartiesData
Source§fn clone(&self) -> PartiesData
fn clone(&self) -> PartiesData
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 PartiesData
impl Debug for PartiesData
Source§impl<'de> Deserialize<'de> for PartiesData
impl<'de> Deserialize<'de> for PartiesData
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 PartiesData
impl PartialEq for PartiesData
Source§impl Serialize for PartiesData
impl Serialize for PartiesData
impl StructuralPartialEq for PartiesData
Auto Trait Implementations§
impl Freeze for PartiesData
impl RefUnwindSafe for PartiesData
impl Send for PartiesData
impl Sync for PartiesData
impl Unpin for PartiesData
impl UnsafeUnpin for PartiesData
impl UnwindSafe for PartiesData
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