pub struct PatternLib;Expand description
The pattern organ lib: installs the pattern special forms as callables.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PatternLib
impl RefUnwindSafe for PatternLib
impl Send for PatternLib
impl Sync for PatternLib
impl Unpin for PatternLib
impl UnsafeUnpin for PatternLib
impl UnwindSafe for PatternLib
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