pub struct WrapperEntry {
pub name: String,
pub kind: WrapperKind,
pub parser: String,
pub configured_as: Vec<String>,
}Fields§
§name: String§kind: WrapperKind§parser: String§configured_as: Vec<String>Auto Trait Implementations§
impl Freeze for WrapperEntry
impl RefUnwindSafe for WrapperEntry
impl Send for WrapperEntry
impl Sync for WrapperEntry
impl Unpin for WrapperEntry
impl UnsafeUnpin for WrapperEntry
impl UnwindSafe for WrapperEntry
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