pub struct StringHandler { /* private fields */ }Expand description
Publishes log entries to an internal list.
The list can then be accessed via: get_log().
Trait Implementations§
Source§impl Debug for StringHandler
impl Debug for StringHandler
Source§impl Default for StringHandler
impl Default for StringHandler
Source§fn default() -> StringHandler
fn default() -> StringHandler
Returns the “default value” for a type. Read more
Source§impl Display for StringHandler
impl Display for StringHandler
Source§impl HandlerTrait for StringHandler
impl HandlerTrait for StringHandler
Auto Trait Implementations§
impl Freeze for StringHandler
impl !RefUnwindSafe for StringHandler
impl Send for StringHandler
impl Sync for StringHandler
impl Unpin for StringHandler
impl !UnwindSafe for StringHandler
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