pub struct WriteResponse {
pub result: AdsError,
pub command_id: CommandID,
}Expand description
Ads Write
Fields§
§result: AdsError§command_id: CommandIDImplementations§
Trait Implementations§
Source§impl Clone for WriteResponse
impl Clone for WriteResponse
Source§fn clone(&self) -> WriteResponse
fn clone(&self) -> WriteResponse
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 WriteResponse
impl Debug for WriteResponse
Source§impl From<WriteResponse> for Response
impl From<WriteResponse> for Response
Source§fn from(response: WriteResponse) -> Self
fn from(response: WriteResponse) -> Self
Converts to this type from the input type.
Source§impl PartialEq for WriteResponse
impl PartialEq for WriteResponse
Source§impl TryInto<WriteResponse> for Response
impl TryInto<WriteResponse> for Response
Source§type Error = TryIntoError
type Error = TryIntoError
The type returned in the event of a conversion error.
impl Eq for WriteResponse
impl StructuralPartialEq for WriteResponse
Auto Trait Implementations§
impl Freeze for WriteResponse
impl RefUnwindSafe for WriteResponse
impl Send for WriteResponse
impl Sync for WriteResponse
impl Unpin for WriteResponse
impl UnwindSafe for WriteResponse
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