pub struct SequenceLib;Expand description
The sequence organ lib: installs seq/map|filter|fold as callables.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SequenceLib
impl RefUnwindSafe for SequenceLib
impl Send for SequenceLib
impl Sync for SequenceLib
impl Unpin for SequenceLib
impl UnsafeUnpin for SequenceLib
impl UnwindSafe for SequenceLib
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