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