pub struct WorkflowPreflightScope {
pub actions: Vec<String>,
pub resources: Vec<String>,
pub route_refs: Vec<String>,
pub approval_refs: Vec<String>,
pub required_schemas: Vec<String>,
pub budget_minor: u64,
pub currency: String,
}Fields§
§actions: Vec<String>§resources: Vec<String>§route_refs: Vec<String>§approval_refs: Vec<String>§required_schemas: Vec<String>§budget_minor: u64§currency: StringTrait Implementations§
Source§impl Clone for WorkflowPreflightScope
impl Clone for WorkflowPreflightScope
Source§fn clone(&self) -> WorkflowPreflightScope
fn clone(&self) -> WorkflowPreflightScope
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WorkflowPreflightScope
impl Debug for WorkflowPreflightScope
Source§impl<'de> Deserialize<'de> for WorkflowPreflightScope
impl<'de> Deserialize<'de> for WorkflowPreflightScope
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 WorkflowPreflightScope
Source§impl PartialEq for WorkflowPreflightScope
impl PartialEq for WorkflowPreflightScope
Source§impl Serialize for WorkflowPreflightScope
impl Serialize for WorkflowPreflightScope
impl StructuralPartialEq for WorkflowPreflightScope
Auto Trait Implementations§
impl Freeze for WorkflowPreflightScope
impl RefUnwindSafe for WorkflowPreflightScope
impl Send for WorkflowPreflightScope
impl Sync for WorkflowPreflightScope
impl Unpin for WorkflowPreflightScope
impl UnsafeUnpin for WorkflowPreflightScope
impl UnwindSafe for WorkflowPreflightScope
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