pub struct CloseLink {
pub link_id: LinkId,
}Expand description
RNS 1.4.2 Link.teardown.
Fields§
§link_id: LinkIdTrait Implementations§
impl Copy for CloseLink
impl Eq for CloseLink
Source§impl Settleable for CloseLink
impl Settleable for CloseLink
type Success = ()
type Failure = CloseLinkFailure
fn into_command(self) -> PrnsCommand
fn from_settlement( settlement: Settlement, ) -> Option<Result<(), CloseLinkFailure>>
impl StructuralPartialEq for CloseLink
Auto Trait Implementations§
impl Freeze for CloseLink
impl RefUnwindSafe for CloseLink
impl Send for CloseLink
impl Sync for CloseLink
impl Unpin for CloseLink
impl UnsafeUnpin for CloseLink
impl UnwindSafe for CloseLink
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