pub struct AutomationController {
pub scope: AutomationScope,
pub expires_at: u64,
}Fields§
§scope: AutomationScope§expires_at: u64Trait Implementations§
Source§impl CandidType for AutomationController
impl CandidType for AutomationController
Source§impl<'de> Deserialize<'de> for AutomationController
impl<'de> Deserialize<'de> for AutomationController
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
Auto Trait Implementations§
impl Freeze for AutomationController
impl RefUnwindSafe for AutomationController
impl Send for AutomationController
impl Sync for AutomationController
impl Unpin for AutomationController
impl UnsafeUnpin for AutomationController
impl UnwindSafe for AutomationController
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