Struct selium_protocol::RequestorPayload
source · pub struct RequestorPayload {
pub topic: TopicName,
}Fields§
§topic: TopicNameTrait Implementations§
source§impl Clone for RequestorPayload
impl Clone for RequestorPayload
source§fn clone(&self) -> RequestorPayload
fn clone(&self) -> RequestorPayload
Returns a copy 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 RequestorPayload
impl Debug for RequestorPayload
source§impl<'de> Deserialize<'de> for RequestorPayload
impl<'de> Deserialize<'de> for RequestorPayload
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 RequestorPayload
impl PartialEq for RequestorPayload
source§fn eq(&self, other: &RequestorPayload) -> bool
fn eq(&self, other: &RequestorPayload) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for RequestorPayload
impl Serialize for RequestorPayload
impl StructuralPartialEq for RequestorPayload
Auto Trait Implementations§
impl RefUnwindSafe for RequestorPayload
impl Send for RequestorPayload
impl Sync for RequestorPayload
impl Unpin for RequestorPayload
impl UnwindSafe for RequestorPayload
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