pub struct ItemValueSetReq {
pub values: Vec<ItemSetValue>,
}Fields§
§values: Vec<ItemSetValue>Implementations§
Source§impl ItemValueSetReq
impl ItemValueSetReq
pub fn new(values: Vec<ItemSetValue>) -> ItemValueSetReq
Trait Implementations§
Source§impl Clone for ItemValueSetReq
impl Clone for ItemValueSetReq
Source§fn clone(&self) -> ItemValueSetReq
fn clone(&self) -> ItemValueSetReq
Returns a duplicate 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 ItemValueSetReq
impl Debug for ItemValueSetReq
Source§impl From<ItemValueSetReq> for Request
impl From<ItemValueSetReq> for Request
Source§fn from(original: ItemValueSetReq) -> Request
fn from(original: ItemValueSetReq) -> Request
Converts to this type from the input type.
Source§impl RequestType for ItemValueSetReq
impl RequestType for ItemValueSetReq
fn protocol_version(&self) -> ProtocolVersion
Source§impl Serialize for ItemValueSetReq
impl Serialize for ItemValueSetReq
Auto Trait Implementations§
impl Freeze for ItemValueSetReq
impl RefUnwindSafe for ItemValueSetReq
impl Send for ItemValueSetReq
impl Sync for ItemValueSetReq
impl Unpin for ItemValueSetReq
impl UnwindSafe for ItemValueSetReq
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