pub struct LimePlugin;Expand description
FormatPlugin implementation for LiME dumps.
Trait Implementations§
Source§impl FormatPlugin for LimePlugin
impl FormatPlugin for LimePlugin
Auto Trait Implementations§
impl Freeze for LimePlugin
impl RefUnwindSafe for LimePlugin
impl Send for LimePlugin
impl Sync for LimePlugin
impl Unpin for LimePlugin
impl UnsafeUnpin for LimePlugin
impl UnwindSafe for LimePlugin
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