pub struct SetProgramNumberResponse {}Implementations§
Source§impl SetProgramNumberResponse
impl SetProgramNumberResponse
pub fn deserialise(buf: &[u8]) -> Result<Self>
Trait Implementations§
Source§impl Clone for SetProgramNumberResponse
impl Clone for SetProgramNumberResponse
Source§fn clone(&self) -> SetProgramNumberResponse
fn clone(&self) -> SetProgramNumberResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SetProgramNumberResponse
impl Debug for SetProgramNumberResponse
impl Eq for SetProgramNumberResponse
Source§impl PartialEq for SetProgramNumberResponse
impl PartialEq for SetProgramNumberResponse
Source§fn eq(&self, other: &SetProgramNumberResponse) -> bool
fn eq(&self, other: &SetProgramNumberResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetProgramNumberResponse
Auto Trait Implementations§
impl Freeze for SetProgramNumberResponse
impl RefUnwindSafe for SetProgramNumberResponse
impl Send for SetProgramNumberResponse
impl Sync for SetProgramNumberResponse
impl Unpin for SetProgramNumberResponse
impl UnsafeUnpin for SetProgramNumberResponse
impl UnwindSafe for SetProgramNumberResponse
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