pub struct STask {
pub name: IdTask,
pub purpose: Option<String>,
pub cred: SCredentials,
pub commands: SCommands,
pub options: OptWrapper,
pub _extra_fields: Map<String, Value>,
pub _role: Option<Weak<RefCell<SRole>>>,
}Fields§
§name: IdTask§purpose: Option<String>§cred: SCredentials§commands: SCommands§options: OptWrapper§_extra_fields: Map<String, Value>§_role: Option<Weak<RefCell<SRole>>>Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for STask
impl<'de> Deserialize<'de> for STask
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 Eq for STask
Auto Trait Implementations§
impl Freeze for STask
impl !RefUnwindSafe for STask
impl !Send for STask
impl !Sync for STask
impl Unpin for STask
impl !UnwindSafe for STask
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