pub struct ItemUpdateInd {
pub values: Vec<ItemUpdateValue>,
}
Fields§
§values: Vec<ItemUpdateValue>
Trait Implementations§
Source§impl Debug for ItemUpdateInd
impl Debug for ItemUpdateInd
Source§impl<'de> Deserialize<'de> for ItemUpdateInd
impl<'de> Deserialize<'de> for ItemUpdateInd
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
Source§impl From<ItemUpdateInd> for Response
impl From<ItemUpdateInd> for Response
Source§fn from(original: ItemUpdateInd) -> Response
fn from(original: ItemUpdateInd) -> Response
Converts to this type from the input type.
Source§impl ResponseType for ItemUpdateInd
impl ResponseType for ItemUpdateInd
fn protocol_version(&self) -> ProtocolVersion
Auto Trait Implementations§
impl Freeze for ItemUpdateInd
impl RefUnwindSafe for ItemUpdateInd
impl Send for ItemUpdateInd
impl Sync for ItemUpdateInd
impl Unpin for ItemUpdateInd
impl UnwindSafe for ItemUpdateInd
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