pub struct SourceMiddlewareConfig {
pub kind: Arc<str>,
pub name: Arc<str>,
pub config: Map<String, Value>,
}Fields§
§kind: Arc<str>§name: Arc<str>§config: Map<String, Value>Implementations§
Trait Implementations§
Source§impl Clone for SourceMiddlewareConfig
impl Clone for SourceMiddlewareConfig
Source§fn clone(&self) -> SourceMiddlewareConfig
fn clone(&self) -> SourceMiddlewareConfig
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 SourceMiddlewareConfig
impl RefUnwindSafe for SourceMiddlewareConfig
impl Send for SourceMiddlewareConfig
impl Sync for SourceMiddlewareConfig
impl Unpin for SourceMiddlewareConfig
impl UnwindSafe for SourceMiddlewareConfig
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