pub struct LiveStateEntryOwned {
pub name: String,
pub state: LiveState,
}
Fields§
§name: String
§state: LiveState
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LiveStateEntryOwned
impl<'de> Deserialize<'de> for LiveStateEntryOwned
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
Auto Trait Implementations§
impl Freeze for LiveStateEntryOwned
impl RefUnwindSafe for LiveStateEntryOwned
impl Send for LiveStateEntryOwned
impl Sync for LiveStateEntryOwned
impl Unpin for LiveStateEntryOwned
impl UnwindSafe for LiveStateEntryOwned
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