pub struct Publisher {
pub resolver: SocketAddr,
pub id: PublisherId,
pub addr: SocketAddr,
pub hash_method: HashMethod,
pub target_auth: TargetAuth,
pub user_info: Option<UserInfo>,
}
Fields§
§resolver: SocketAddr
§id: PublisherId
§addr: SocketAddr
§hash_method: HashMethod
§target_auth: TargetAuth
§user_info: Option<UserInfo>
Trait Implementations§
Source§impl Pack for Publisher
impl Pack for Publisher
fn encoded_len(&self) -> usize
fn encode(&self, buf: &mut impl BufMut) -> Result<(), PackError>
fn decode(buf: &mut impl Buf) -> Result<Self, PackError>
fn const_encoded_len() -> Option<usize>
fn decode_into(&mut self, buf: &mut impl Buf) -> Result<(), PackError>where
Self: Sized,
impl Eq for Publisher
impl StructuralPartialEq for Publisher
Auto Trait Implementations§
impl !Freeze for Publisher
impl RefUnwindSafe for Publisher
impl Send for Publisher
impl Sync for Publisher
impl Unpin for Publisher
impl UnwindSafe for Publisher
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.