pub struct NtorState {
pub x: Bytes,
pub x_pub: Bytes,
pub b: Bytes,
pub id: Bytes,
pub bx: Bytes,
}Fields§
§x: Bytes§x_pub: Bytes§b: Bytes§id: Bytes§bx: BytesTrait Implementations§
Auto Trait Implementations§
impl Freeze for NtorState
impl RefUnwindSafe for NtorState
impl Send for NtorState
impl Sync for NtorState
impl Unpin for NtorState
impl UnsafeUnpin for NtorState
impl UnwindSafe for NtorState
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