pub struct JobAcl {
pub group: Option<String>,
pub job_id: Option<String>,
pub namespace: Option<String>,
pub task: Option<String>,
}Fields§
§group: Option<String>§job_id: Option<String>§namespace: Option<String>§task: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for JobAcl
impl<'de> Deserialize<'de> for JobAcl
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
impl StructuralPartialEq for JobAcl
Auto Trait Implementations§
impl Freeze for JobAcl
impl RefUnwindSafe for JobAcl
impl Send for JobAcl
impl Sync for JobAcl
impl Unpin for JobAcl
impl UnwindSafe for JobAcl
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