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 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 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 for WiredValidationError
impl PartialEq for WiredValidationError
impl StructuralPartialEq for WiredValidationError
Auto Trait Implementations§
impl Freeze for WiredValidationError
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