pub struct IntegrationWeaver;Expand description
Weaves multiple patterns into an integrated whole.
Implementations§
Source§impl IntegrationWeaver
impl IntegrationWeaver
pub fn new() -> Self
pub fn weave(&self, patterns: &[&Pattern]) -> EvolveResult<WovenResult>
Trait Implementations§
Source§impl Debug for IntegrationWeaver
impl Debug for IntegrationWeaver
Source§impl Default for IntegrationWeaver
impl Default for IntegrationWeaver
Source§fn default() -> IntegrationWeaver
fn default() -> IntegrationWeaver
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IntegrationWeaver
impl RefUnwindSafe for IntegrationWeaver
impl Send for IntegrationWeaver
impl Sync for IntegrationWeaver
impl Unpin for IntegrationWeaver
impl UnsafeUnpin for IntegrationWeaver
impl UnwindSafe for IntegrationWeaver
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