pub struct OperatorSettings {
pub runs: bool,
pub schedules: bool,
pub resources: bool,
pub variables: bool,
pub audit_logs: bool,
pub triggers: bool,
pub groups: bool,
pub folders: bool,
pub workers: bool,
}
Fields§
§runs: bool
Whether operators can view runs
schedules: bool
Whether operators can view schedules
resources: bool
Whether operators can view resources
variables: bool
Whether operators can view variables
audit_logs: bool
Whether operators can view audit logs
triggers: bool
Whether operators can view triggers
groups: bool
Whether operators can view groups page
folders: bool
Whether operators can view folders page
workers: bool
Whether operators can view workers page
Implementations§
Trait Implementations§
Source§impl Clone for OperatorSettings
impl Clone for OperatorSettings
Source§fn clone(&self) -> OperatorSettings
fn clone(&self) -> OperatorSettings
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for OperatorSettings
impl Debug for OperatorSettings
Source§impl Default for OperatorSettings
impl Default for OperatorSettings
Source§fn default() -> OperatorSettings
fn default() -> OperatorSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OperatorSettings
impl<'de> Deserialize<'de> for OperatorSettings
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for OperatorSettings
impl PartialEq for OperatorSettings
Source§impl Serialize for OperatorSettings
impl Serialize for OperatorSettings
impl StructuralPartialEq for OperatorSettings
Auto Trait Implementations§
impl Freeze for OperatorSettings
impl RefUnwindSafe for OperatorSettings
impl Send for OperatorSettings
impl Sync for OperatorSettings
impl Unpin for OperatorSettings
impl UnwindSafe for OperatorSettings
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