pub struct SendProp {
pub index: u32,
pub identifier: SendPropIdentifier,
pub value: SendPropValue,
}
Fields§
§index: u32
§identifier: SendPropIdentifier
§value: SendPropValue
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SendProp
impl<'de> Deserialize<'de> for SendProp
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
impl StructuralPartialEq for SendProp
Auto Trait Implementations§
impl Freeze for SendProp
impl RefUnwindSafe for SendProp
impl Send for SendProp
impl Sync for SendProp
impl Unpin for SendProp
impl UnwindSafe for SendProp
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