pub enum Ax25AddressError {
CallsignLength,
CallsignNotAscii,
SsidOutOfRange,
}Variants§
Trait Implementations§
Source§impl Clone for Ax25AddressError
impl Clone for Ax25AddressError
Source§fn clone(&self) -> Ax25AddressError
fn clone(&self) -> Ax25AddressError
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 moreimpl Copy for Ax25AddressError
Source§impl Debug for Ax25AddressError
impl Debug for Ax25AddressError
impl Eq for Ax25AddressError
Source§impl PartialEq for Ax25AddressError
impl PartialEq for Ax25AddressError
impl StructuralPartialEq for Ax25AddressError
Auto Trait Implementations§
impl Freeze for Ax25AddressError
impl RefUnwindSafe for Ax25AddressError
impl Send for Ax25AddressError
impl Sync for Ax25AddressError
impl Unpin for Ax25AddressError
impl UnsafeUnpin for Ax25AddressError
impl UnwindSafe for Ax25AddressError
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