pub struct ComposedSource {
pub label: String,
pub kinds: Vec<String>,
}Expand description
One source dispatcher’s contribution to the composition.
Fields§
§label: StringCaller-supplied label (e.g. "gen.cargo", "gen.helm").
kinds: Vec<String>Kinds the source contributed.
Trait Implementations§
Source§impl Clone for ComposedSource
impl Clone for ComposedSource
Source§fn clone(&self) -> ComposedSource
fn clone(&self) -> ComposedSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ComposedSource
impl RefUnwindSafe for ComposedSource
impl Send for ComposedSource
impl Sync for ComposedSource
impl Unpin for ComposedSource
impl UnsafeUnpin for ComposedSource
impl UnwindSafe for ComposedSource
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