pub struct SetResp {
    pub updated_obj_results: Vec<UpdatedObjectResult>,
}Fields§
§updated_obj_results: Vec<UpdatedObjectResult>Trait Implementations§
Source§impl<'a> MessageRead<'a> for SetResp
 
impl<'a> MessageRead<'a> for SetResp
Source§fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
 
fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
Constructs an instance of 
Self by reading from the given bytes
via the given reader. Read moreSource§impl MessageWrite for SetResp
 
impl MessageWrite for SetResp
impl StructuralPartialEq for SetResp
Auto Trait Implementations§
impl Freeze for SetResp
impl RefUnwindSafe for SetResp
impl Send for SetResp
impl Sync for SetResp
impl Unpin for SetResp
impl UnwindSafe for SetResp
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