pub struct AnnounceNow {
pub destination: DestinationHash,
pub target: AnnounceTarget,
pub app_data: AnnounceAppData,
}Expand description
Destination.announce(app_data=…, attached_interface=…) as data (RNS 1.4.2 Destination.py).
Fields§
§destination: DestinationHash§target: AnnounceTarget§app_data: AnnounceAppDataTrait Implementations§
Source§impl Clone for AnnounceNow
impl Clone for AnnounceNow
Source§fn clone(&self) -> AnnounceNow
fn clone(&self) -> AnnounceNow
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 moreSource§impl Debug for AnnounceNow
impl Debug for AnnounceNow
impl Eq for AnnounceNow
Source§impl PartialEq for AnnounceNow
impl PartialEq for AnnounceNow
Source§impl Settleable for AnnounceNow
impl Settleable for AnnounceNow
type Success = ()
type Failure = AnnounceNowFailure
fn into_command(self) -> PrnsCommand
fn from_settlement( settlement: Settlement, ) -> Option<Result<(), AnnounceNowFailure>>
impl StructuralPartialEq for AnnounceNow
Auto Trait Implementations§
impl Freeze for AnnounceNow
impl RefUnwindSafe for AnnounceNow
impl Send for AnnounceNow
impl Sync for AnnounceNow
impl Unpin for AnnounceNow
impl UnsafeUnpin for AnnounceNow
impl UnwindSafe for AnnounceNow
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