pub struct EndpointInterest {
pub topic_code: TopicCode,
pub endpoint: EndpointAddr,
pub interests: Vec<Interest>,
}Fields§
§topic_code: TopicCode§endpoint: EndpointAddr§interests: Vec<Interest>Trait Implementations§
Source§impl<'__de, __Context> BorrowDecode<'__de, __Context> for EndpointInterest
impl<'__de, __Context> BorrowDecode<'__de, __Context> for EndpointInterest
Source§fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>(
decoder: &mut __D,
) -> Result<Self, DecodeError>
fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>( decoder: &mut __D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
Source§impl Clone for EndpointInterest
impl Clone for EndpointInterest
Source§fn clone(&self) -> EndpointInterest
fn clone(&self) -> EndpointInterest
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 EndpointInterest
impl Debug for EndpointInterest
Source§impl<__Context> Decode<__Context> for EndpointInterest
impl<__Context> Decode<__Context> for EndpointInterest
Source§impl<'de> Deserialize<'de> for EndpointInterest
impl<'de> Deserialize<'de> for EndpointInterest
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 Encode for EndpointInterest
impl Encode for EndpointInterest
Auto Trait Implementations§
impl !Freeze for EndpointInterest
impl RefUnwindSafe for EndpointInterest
impl Send for EndpointInterest
impl Sync for EndpointInterest
impl Unpin for EndpointInterest
impl UnwindSafe for EndpointInterest
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