pub struct HsIntroPayload {
pub body: Bytes,
pub state: HsNtorState,
}Fields§
§body: Bytes§state: HsNtorStateTrait Implementations§
Source§impl Clone for HsIntroPayload
impl Clone for HsIntroPayload
Source§fn clone(&self) -> HsIntroPayload
fn clone(&self) -> HsIntroPayload
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 HsIntroPayload
impl Debug for HsIntroPayload
Source§impl Default for HsIntroPayload
impl Default for HsIntroPayload
Source§fn default() -> HsIntroPayload
fn default() -> HsIntroPayload
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HsIntroPayload
impl RefUnwindSafe for HsIntroPayload
impl Send for HsIntroPayload
impl Sync for HsIntroPayload
impl Unpin for HsIntroPayload
impl UnsafeUnpin for HsIntroPayload
impl UnwindSafe for HsIntroPayload
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