pub enum StellarKeyParseError {
Base64DecodeError,
ChecksumError,
KeyLengthError,
UnknownKeyTypeError,
}
Variants§
Trait Implementations§
Source§impl Debug for StellarKeyParseError
impl Debug for StellarKeyParseError
Source§impl PartialEq for StellarKeyParseError
impl PartialEq for StellarKeyParseError
impl StructuralPartialEq for StellarKeyParseError
Auto Trait Implementations§
impl Freeze for StellarKeyParseError
impl RefUnwindSafe for StellarKeyParseError
impl Send for StellarKeyParseError
impl Sync for StellarKeyParseError
impl Unpin for StellarKeyParseError
impl UnwindSafe for StellarKeyParseError
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