pub struct N0desTicket {
pub secret: SecretKey,
pub remote: EndpointAddr,
}Fields§
§secret: SecretKeysecret use to construct rcans from
remote: EndpointAddrthe n0des endpoint to direct requests to
Implementations§
Trait Implementations§
Source§impl Clone for N0desTicket
impl Clone for N0desTicket
Source§fn clone(&self) -> N0desTicket
fn clone(&self) -> N0desTicket
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 N0desTicket
impl Debug for N0desTicket
Source§impl Display for N0desTicket
impl Display for N0desTicket
Source§impl FromStr for N0desTicket
impl FromStr for N0desTicket
Source§impl Ticket for N0desTicket
impl Ticket for N0desTicket
Auto Trait Implementations§
impl Freeze for N0desTicket
impl RefUnwindSafe for N0desTicket
impl Send for N0desTicket
impl Sync for N0desTicket
impl Unpin for N0desTicket
impl UnwindSafe for N0desTicket
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,
§impl<T> CompatExt for T
impl<T> CompatExt for T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.