pub struct ReadDataByIdentifierResponse { /* private fields */ }Expand description
Response of all read_data_by_identifier methods
Trait Implementations§
Source§impl Debug for ReadDataByIdentifierResponse
impl Debug for ReadDataByIdentifierResponse
Source§impl PartialEq for ReadDataByIdentifierResponse
impl PartialEq for ReadDataByIdentifierResponse
Source§fn eq(&self, other: &ReadDataByIdentifierResponse) -> bool
fn eq(&self, other: &ReadDataByIdentifierResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReadDataByIdentifierResponse
Auto Trait Implementations§
impl Freeze for ReadDataByIdentifierResponse
impl RefUnwindSafe for ReadDataByIdentifierResponse
impl Send for ReadDataByIdentifierResponse
impl Sync for ReadDataByIdentifierResponse
impl Unpin for ReadDataByIdentifierResponse
impl UnwindSafe for ReadDataByIdentifierResponse
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