pub enum RpcFrameLengthDecodeError {
NegativeShortLength,
WideLengthExceedsPlatform,
}Variants§
Trait Implementations§
Source§impl Clone for RpcFrameLengthDecodeError
impl Clone for RpcFrameLengthDecodeError
Source§fn clone(&self) -> RpcFrameLengthDecodeError
fn clone(&self) -> RpcFrameLengthDecodeError
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 RpcFrameLengthDecodeError
Source§impl Debug for RpcFrameLengthDecodeError
impl Debug for RpcFrameLengthDecodeError
impl Eq for RpcFrameLengthDecodeError
impl StructuralPartialEq for RpcFrameLengthDecodeError
Auto Trait Implementations§
impl Freeze for RpcFrameLengthDecodeError
impl RefUnwindSafe for RpcFrameLengthDecodeError
impl Send for RpcFrameLengthDecodeError
impl Sync for RpcFrameLengthDecodeError
impl Unpin for RpcFrameLengthDecodeError
impl UnsafeUnpin for RpcFrameLengthDecodeError
impl UnwindSafe for RpcFrameLengthDecodeError
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