pub struct StaticAdapter { /* private fields */ }Expand description
Static context adapter that returns fixed messages.
Implementations§
Source§impl StaticAdapter
impl StaticAdapter
Trait Implementations§
Source§impl ContextAdapter for StaticAdapter
impl ContextAdapter for StaticAdapter
Auto Trait Implementations§
impl Freeze for StaticAdapter
impl RefUnwindSafe for StaticAdapter
impl Send for StaticAdapter
impl Sync for StaticAdapter
impl Unpin for StaticAdapter
impl UnsafeUnpin for StaticAdapter
impl UnwindSafe for StaticAdapter
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