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