Fields
typedesc_id: Uuidtypedesc: BytesImplementations
sourceimpl StateDataDescription
impl StateDataDescription
pub fn parse(
self,
proto: &ProtocolVersion
) -> Result<OutputTypedesc, DecodeError>
Trait Implementations
sourceimpl Clone for StateDataDescription
impl Clone for StateDataDescription
sourcefn clone(&self) -> StateDataDescription
fn clone(&self) -> StateDataDescription
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for StateDataDescription
impl Debug for StateDataDescription
sourceimpl PartialEq<StateDataDescription> for StateDataDescription
impl PartialEq<StateDataDescription> for StateDataDescription
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &StateDataDescription) -> bool
fn ne(&self, other: &StateDataDescription) -> bool
This method tests for !=.
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more