Enum JobAction
pub enum JobAction {
Allow,
Deny,
AllowException,
DenyException,
Kill,
}
Expand description
Represents the ZX_POL_ACTION_* constants
Variants§
Trait Implementations§
impl StructuralPartialEq for JobAction
Auto Trait Implementations§
impl Freeze for JobAction
impl RefUnwindSafe for JobAction
impl Send for JobAction
impl Sync for JobAction
impl Unpin for JobAction
impl UnwindSafe for JobAction
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
Source§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
Source§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T
to Self