pub struct PrefixConfig {
pub method: String,
pub exec: Vec<String>,
}Fields§
§method: String§exec: Vec<String>Trait Implementations§
Source§impl Debug for PrefixConfig
impl Debug for PrefixConfig
Source§impl<'de> Deserialize<'de> for PrefixConfig
impl<'de> Deserialize<'de> for PrefixConfig
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 PrefixConfig
impl RefUnwindSafe for PrefixConfig
impl Send for PrefixConfig
impl Sync for PrefixConfig
impl Unpin for PrefixConfig
impl UnsafeUnpin for PrefixConfig
impl UnwindSafe for PrefixConfig
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