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