pub struct EstablishLink {
pub destination: DestinationHash,
}Expand description
RNS 1.4.2 Link(destination).
Fields§
§destination: DestinationHashTrait Implementations§
Source§impl Clone for EstablishLink
impl Clone for EstablishLink
Source§fn clone(&self) -> EstablishLink
fn clone(&self) -> EstablishLink
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EstablishLink
Source§impl Debug for EstablishLink
impl Debug for EstablishLink
impl Eq for EstablishLink
Source§impl PartialEq for EstablishLink
impl PartialEq for EstablishLink
Source§impl Settleable for EstablishLink
impl Settleable for EstablishLink
type Success = LinkEstablished
type Failure = EstablishLinkFailure
fn into_command(self) -> PrnsCommand
fn from_settlement( settlement: Settlement, ) -> Option<Result<LinkEstablished, EstablishLinkFailure>>
impl StructuralPartialEq for EstablishLink
Auto Trait Implementations§
impl Freeze for EstablishLink
impl RefUnwindSafe for EstablishLink
impl Send for EstablishLink
impl Sync for EstablishLink
impl Unpin for EstablishLink
impl UnsafeUnpin for EstablishLink
impl UnwindSafe for EstablishLink
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