pub struct ActionResourceRequirement {
pub name: String,
pub description: String,
pub kind: ResourceRequirementTypeRef,
pub operations: Vec<CharacterizedActionDefinitionRef>,
}Fields§
§name: String§description: String§kind: ResourceRequirementTypeRef§operations: Vec<CharacterizedActionDefinitionRef>Trait Implementations§
Source§impl Clone for ActionResourceRequirement
impl Clone for ActionResourceRequirement
Source§fn clone(&self) -> ActionResourceRequirement
fn clone(&self) -> ActionResourceRequirement
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 ActionResourceRequirement
impl Debug for ActionResourceRequirement
Source§impl PartialEq for ActionResourceRequirement
impl PartialEq for ActionResourceRequirement
Source§fn eq(&self, other: &ActionResourceRequirement) -> bool
fn eq(&self, other: &ActionResourceRequirement) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ActionResourceRequirement
Auto Trait Implementations§
impl Freeze for ActionResourceRequirement
impl RefUnwindSafe for ActionResourceRequirement
impl Send for ActionResourceRequirement
impl Sync for ActionResourceRequirement
impl Unpin for ActionResourceRequirement
impl UnsafeUnpin for ActionResourceRequirement
impl UnwindSafe for ActionResourceRequirement
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