pub struct WiredValidationError {
pub info: String,
}
Fields§
§info: String
Trait Implementations§
source§impl BaseParser for WiredValidationError
impl BaseParser for WiredValidationError
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
source§impl Clone for WiredValidationError
impl Clone for WiredValidationError
source§fn clone(&self) -> WiredValidationError
fn clone(&self) -> WiredValidationError
Returns a copy 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 WiredValidationError
impl Debug for WiredValidationError
source§impl Default for WiredValidationError
impl Default for WiredValidationError
source§fn default() -> WiredValidationError
fn default() -> WiredValidationError
Returns the “default value” for a type. Read more
source§impl PartialEq<WiredValidationError> for WiredValidationError
impl PartialEq<WiredValidationError> for WiredValidationError
source§fn eq(&self, other: &WiredValidationError) -> bool
fn eq(&self, other: &WiredValidationError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for WiredValidationError
Auto Trait Implementations§
impl RefUnwindSafe for WiredValidationError
impl Send for WiredValidationError
impl Sync for WiredValidationError
impl Unpin for WiredValidationError
impl UnwindSafe for WiredValidationError
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