pub struct XImplementationError { /* private fields */ }Implementations§
Source§impl XImplementationError
impl XImplementationError
pub fn sequence_number(&self) -> u16
pub fn minor_opcode(&self) -> u16
pub fn major_opcode(&self) -> u8
Trait Implementations§
Source§impl Clone for XImplementationError
impl Clone for XImplementationError
Source§fn clone(&self) -> XImplementationError
fn clone(&self) -> XImplementationError
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 XImplementationError
impl Debug for XImplementationError
impl Copy for XImplementationError
Auto Trait Implementations§
impl Freeze for XImplementationError
impl RefUnwindSafe for XImplementationError
impl Send for XImplementationError
impl Sync for XImplementationError
impl Unpin for XImplementationError
impl UnwindSafe for XImplementationError
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