pub struct GroupDelivery<'p> {
pub destination: DestinationHash,
pub context: WireContext,
pub plaintext: &'p [u8],
pub arrived_at: InstantMillis,
pub source_interface: InterfaceId,
}Fields§
§destination: DestinationHash§context: WireContext§plaintext: &'p [u8]§arrived_at: InstantMillis§source_interface: InterfaceIdTrait Implementations§
Source§impl<'p> Clone for GroupDelivery<'p>
impl<'p> Clone for GroupDelivery<'p>
Source§fn clone(&self) -> GroupDelivery<'p>
fn clone(&self) -> GroupDelivery<'p>
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<'p> Copy for GroupDelivery<'p>
Source§impl<'p> Debug for GroupDelivery<'p>
impl<'p> Debug for GroupDelivery<'p>
impl<'p> Eq for GroupDelivery<'p>
Source§impl<'p> PartialEq for GroupDelivery<'p>
impl<'p> PartialEq for GroupDelivery<'p>
impl<'p> StructuralPartialEq for GroupDelivery<'p>
Auto Trait Implementations§
impl<'p> Freeze for GroupDelivery<'p>
impl<'p> RefUnwindSafe for GroupDelivery<'p>
impl<'p> Send for GroupDelivery<'p>
impl<'p> Sync for GroupDelivery<'p>
impl<'p> Unpin for GroupDelivery<'p>
impl<'p> UnsafeUnpin for GroupDelivery<'p>
impl<'p> UnwindSafe for GroupDelivery<'p>
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