pub struct SignalRouteOutcome {
pub disposition: SignalDisposition,
pub displaced_signal_id: Option<String>,
pub expired_signal_ids: Vec<String>,
}Fields§
§disposition: SignalDisposition§displaced_signal_id: Option<String>§expired_signal_ids: Vec<String>Trait Implementations§
Source§impl Clone for SignalRouteOutcome
impl Clone for SignalRouteOutcome
Source§fn clone(&self) -> SignalRouteOutcome
fn clone(&self) -> SignalRouteOutcome
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 moreSource§impl Debug for SignalRouteOutcome
impl Debug for SignalRouteOutcome
Source§impl PartialEq for SignalRouteOutcome
impl PartialEq for SignalRouteOutcome
impl StructuralPartialEq for SignalRouteOutcome
Auto Trait Implementations§
impl Freeze for SignalRouteOutcome
impl RefUnwindSafe for SignalRouteOutcome
impl Send for SignalRouteOutcome
impl Sync for SignalRouteOutcome
impl Unpin for SignalRouteOutcome
impl UnsafeUnpin for SignalRouteOutcome
impl UnwindSafe for SignalRouteOutcome
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