Enum rootasrole_core::api::PluginResultAction
source · pub enum PluginResultAction {
Override,
Edit,
Ignore,
}Variants§
Implementations§
source§impl PluginResultAction
impl PluginResultAction
sourcepub const fn is_override(&self) -> bool
pub const fn is_override(&self) -> bool
Returns true if the enum is PluginResultAction::Override otherwise false
Trait Implementations§
source§impl Debug for PluginResultAction
impl Debug for PluginResultAction
source§impl PartialEq for PluginResultAction
impl PartialEq for PluginResultAction
impl Eq for PluginResultAction
impl StructuralPartialEq for PluginResultAction
Auto Trait Implementations§
impl Freeze for PluginResultAction
impl RefUnwindSafe for PluginResultAction
impl Send for PluginResultAction
impl Sync for PluginResultAction
impl Unpin for PluginResultAction
impl UnwindSafe for PluginResultAction
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