pub struct OutboundObservation { /* private fields */ }Implementations§
Source§impl OutboundObservation
impl OutboundObservation
pub fn new( zone: RouteIdentity, authority: OutboundAuthority, result: OutboundResult, ) -> Self
Auto Trait Implementations§
impl Freeze for OutboundObservation
impl RefUnwindSafe for OutboundObservation
impl Send for OutboundObservation
impl Sync for OutboundObservation
impl Unpin for OutboundObservation
impl UnsafeUnpin for OutboundObservation
impl UnwindSafe for OutboundObservation
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