pub struct SendGroup {
pub destination: DestinationHash,
pub payload: Vec<u8, prns_core::::engine::commands::send_group::SendGroupPayload::{constant#0}>,
}Expand description
RNS 1.4.2 Packet(group_destination, data). Note a GROUP cannot prove, so the send is fire-and-forget.
Fields§
§destination: DestinationHash§payload: Vec<u8, prns_core::::engine::commands::send_group::SendGroupPayload::{constant#0}>Trait Implementations§
impl Eq for SendGroup
Source§impl Settleable for SendGroup
impl Settleable for SendGroup
type Success = ()
type Failure = SendGroupFailure
fn into_command(self) -> PrnsCommand
fn from_settlement( settlement: Settlement, ) -> Option<Result<(), SendGroupFailure>>
impl StructuralPartialEq for SendGroup
Auto Trait Implementations§
impl Freeze for SendGroup
impl RefUnwindSafe for SendGroup
impl Send for SendGroup
impl Sync for SendGroup
impl Unpin for SendGroup
impl UnsafeUnpin for SendGroup
impl UnwindSafe for SendGroup
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