pub struct EmbeddedPlugin {
pub category: &'static str,
pub name: &'static str,
pub manifest: &'static str,
pub filter_lf: &'static str,
}Fields§
§category: &'static str§name: &'static str§manifest: &'static str§filter_lf: &'static strAuto Trait Implementations§
impl Freeze for EmbeddedPlugin
impl RefUnwindSafe for EmbeddedPlugin
impl Send for EmbeddedPlugin
impl Sync for EmbeddedPlugin
impl Unpin for EmbeddedPlugin
impl UnsafeUnpin for EmbeddedPlugin
impl UnwindSafe for EmbeddedPlugin
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