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