pub struct RoutedIntent {
pub service_type: String,
pub service_target: String,
pub intent: Intent,
}Expand description
A concrete intent destined for a specific service target.
Fields§
§service_type: String§service_target: String§intent: IntentTrait Implementations§
Source§impl Clone for RoutedIntent
impl Clone for RoutedIntent
Source§fn clone(&self) -> RoutedIntent
fn clone(&self) -> RoutedIntent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RoutedIntent
impl RefUnwindSafe for RoutedIntent
impl Send for RoutedIntent
impl Sync for RoutedIntent
impl Unpin for RoutedIntent
impl UnsafeUnpin for RoutedIntent
impl UnwindSafe for RoutedIntent
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