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