pub struct DefaultContextReducer { /* private fields */ }Implementations§
Source§impl DefaultContextReducer
impl DefaultContextReducer
pub fn new(config: ContextConfig) -> Self
Trait Implementations§
Source§impl Clone for DefaultContextReducer
impl Clone for DefaultContextReducer
Source§fn clone(&self) -> DefaultContextReducer
fn clone(&self) -> DefaultContextReducer
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 moreSource§impl Debug for DefaultContextReducer
impl Debug for DefaultContextReducer
Auto Trait Implementations§
impl Freeze for DefaultContextReducer
impl RefUnwindSafe for DefaultContextReducer
impl Send for DefaultContextReducer
impl Sync for DefaultContextReducer
impl Unpin for DefaultContextReducer
impl UnsafeUnpin for DefaultContextReducer
impl UnwindSafe for DefaultContextReducer
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