pub struct StateDataDescription {
pub typedesc: RawTypedesc,
}
Fields§
§typedesc: RawTypedesc
Implementations§
source§impl StateDataDescription
impl StateDataDescription
pub fn parse(self) -> Result<Typedesc, DecodeError>
Trait Implementations§
source§impl Clone for StateDataDescription
impl Clone for StateDataDescription
source§fn clone(&self) -> StateDataDescription
fn clone(&self) -> StateDataDescription
Returns a copy 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 StateDataDescription
impl Debug for StateDataDescription
source§impl PartialEq<StateDataDescription> for StateDataDescription
impl PartialEq<StateDataDescription> for StateDataDescription
source§fn eq(&self, other: &StateDataDescription) -> bool
fn eq(&self, other: &StateDataDescription) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for StateDataDescription
impl StructuralEq for StateDataDescription
impl StructuralPartialEq for StateDataDescription
Auto Trait Implementations§
impl RefUnwindSafe for StateDataDescription
impl Send for StateDataDescription
impl Sync for StateDataDescription
impl Unpin for StateDataDescription
impl UnwindSafe for StateDataDescription
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