pub enum ResourcePropertyCategory {
State,
}Variants§
State
Trait Implementations§
Source§impl Clone for ResourcePropertyCategory
impl Clone for ResourcePropertyCategory
Source§fn clone(&self) -> ResourcePropertyCategory
fn clone(&self) -> ResourcePropertyCategory
Returns a duplicate of the value. Read more
1.0.0 · 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 ResourcePropertyCategory
impl Debug for ResourcePropertyCategory
Source§impl<'de> Deserialize<'de> for ResourcePropertyCategory
impl<'de> Deserialize<'de> for ResourcePropertyCategory
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
Source§impl Hash for ResourcePropertyCategory
impl Hash for ResourcePropertyCategory
Source§impl PartialEq for ResourcePropertyCategory
impl PartialEq for ResourcePropertyCategory
Source§impl Serialize for ResourcePropertyCategory
impl Serialize for ResourcePropertyCategory
Source§impl ToString for ResourcePropertyCategory
impl ToString for ResourcePropertyCategory
impl Eq for ResourcePropertyCategory
impl StructuralPartialEq for ResourcePropertyCategory
Auto Trait Implementations§
impl Freeze for ResourcePropertyCategory
impl RefUnwindSafe for ResourcePropertyCategory
impl Send for ResourcePropertyCategory
impl Sync for ResourcePropertyCategory
impl Unpin for ResourcePropertyCategory
impl UnwindSafe for ResourcePropertyCategory
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