pub struct OverrideConfig {
pub plugin: String,
pub method: String,
}Expand description
Method override configuration.
Fields§
§plugin: StringPlugin name providing the override.
method: StringMethod name in the plugin.
Trait Implementations§
Source§impl Clone for OverrideConfig
impl Clone for OverrideConfig
Source§fn clone(&self) -> OverrideConfig
fn clone(&self) -> OverrideConfig
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 OverrideConfig
impl RefUnwindSafe for OverrideConfig
impl Send for OverrideConfig
impl Sync for OverrideConfig
impl Unpin for OverrideConfig
impl UnwindSafe for OverrideConfig
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