Struct spacegate_kernel::plugins::filters::status::SgFilterStatusDef
source · pub struct SgFilterStatusDef;Trait Implementations§
source§impl SgPluginFilterDef for SgFilterStatusDef
impl SgPluginFilterDef for SgFilterStatusDef
fn inst(&self, spec: Value) -> TardisResult<BoxSgPluginFilter>
Auto Trait Implementations§
impl RefUnwindSafe for SgFilterStatusDef
impl Send for SgFilterStatusDef
impl Sync for SgFilterStatusDef
impl Unpin for SgFilterStatusDef
impl UnwindSafe for SgFilterStatusDef
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