pub struct OnSend<'a> {
pub sent_by_addr: Address,
pub sent_by_net: NetAddress,
pub sent_by_key: &'a dyn Display,
pub sent_to_addr: Address,
pub envelope: &'a Envelope,
}Fields§
§sent_by_addr: Address§sent_by_net: NetAddress§sent_by_key: &'a dyn Display§sent_to_addr: Address§envelope: &'a EnvelopeAuto Trait Implementations§
impl<'a> Freeze for OnSend<'a>
impl<'a> !RefUnwindSafe for OnSend<'a>
impl<'a> !Send for OnSend<'a>
impl<'a> !Sync for OnSend<'a>
impl<'a> Unpin for OnSend<'a>
impl<'a> !UnwindSafe for OnSend<'a>
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