pub enum ComposeError {
UnknownOriginal,
UnknownRegarding,
TooLarge,
Encode(EncodeError),
}Variants§
UnknownOriginal
The referenced message’s wire ID is no longer in the outbound window.
UnknownRegarding
The referenced message could not be resolved to a wire reference.
TooLarge
The body exceeds the wire maximum (10 fragments × 160 bytes).
Encode(EncodeError)
Trait Implementations§
Source§impl Clone for ComposeError
impl Clone for ComposeError
Source§fn clone(&self) -> ComposeError
fn clone(&self) -> ComposeError
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ComposeError
impl Debug for ComposeError
Source§impl PartialEq for ComposeError
impl PartialEq for ComposeError
impl Copy for ComposeError
impl Eq for ComposeError
impl StructuralPartialEq for ComposeError
Auto Trait Implementations§
impl Freeze for ComposeError
impl RefUnwindSafe for ComposeError
impl Send for ComposeError
impl Sync for ComposeError
impl Unpin for ComposeError
impl UnwindSafe for ComposeError
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)