pub struct AddResp {
pub created_obj_results: Vec<CreatedObjectResult>,
}Fields§
§created_obj_results: Vec<CreatedObjectResult>Trait Implementations§
Source§impl<'a> MessageRead<'a> for AddResp
impl<'a> MessageRead<'a> for AddResp
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 AddResp
impl MessageWrite for AddResp
impl StructuralPartialEq for AddResp
Auto Trait Implementations§
impl Freeze for AddResp
impl RefUnwindSafe for AddResp
impl Send for AddResp
impl Sync for AddResp
impl Unpin for AddResp
impl UnwindSafe for AddResp
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