pub struct RealmWorkflowsWithIdActivateWithTypeWithResourceIdPostArgs {
pub not_before: Option<String>,
}Fields§
§not_before: Option<String>Optional value representing the time to schedule the first workflow step. The value is either an integer representing the seconds from now, an integer followed by ‘ms’ representing milliseconds from now, or an ISO-8601 date string.
Trait Implementations§
Source§impl Default for RealmWorkflowsWithIdActivateWithTypeWithResourceIdPostArgs
impl Default for RealmWorkflowsWithIdActivateWithTypeWithResourceIdPostArgs
Source§fn default() -> RealmWorkflowsWithIdActivateWithTypeWithResourceIdPostArgs
fn default() -> RealmWorkflowsWithIdActivateWithTypeWithResourceIdPostArgs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RealmWorkflowsWithIdActivateWithTypeWithResourceIdPostArgs
impl RefUnwindSafe for RealmWorkflowsWithIdActivateWithTypeWithResourceIdPostArgs
impl Send for RealmWorkflowsWithIdActivateWithTypeWithResourceIdPostArgs
impl Sync for RealmWorkflowsWithIdActivateWithTypeWithResourceIdPostArgs
impl Unpin for RealmWorkflowsWithIdActivateWithTypeWithResourceIdPostArgs
impl UnsafeUnpin for RealmWorkflowsWithIdActivateWithTypeWithResourceIdPostArgs
impl UnwindSafe for RealmWorkflowsWithIdActivateWithTypeWithResourceIdPostArgs
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