pub struct DispatchRule {
pub patterns: Vec<String>,
pub profile: String,
}Fields§
§patterns: Vec<String>§profile: StringTrait Implementations§
Source§impl Clone for DispatchRule
impl Clone for DispatchRule
Source§fn clone(&self) -> DispatchRule
fn clone(&self) -> DispatchRule
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 moreSource§impl Debug for DispatchRule
impl Debug for DispatchRule
Source§impl<'de> Deserialize<'de> for DispatchRule
impl<'de> Deserialize<'de> for DispatchRule
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DispatchRule
impl RefUnwindSafe for DispatchRule
impl Send for DispatchRule
impl Sync for DispatchRule
impl Unpin for DispatchRule
impl UnsafeUnpin for DispatchRule
impl UnwindSafe for DispatchRule
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