Enum quic_rpc::transport::hyper::ChannelConfigError
source · pub enum ChannelConfigError {
InvalidMaxFrameSize(u32),
InvalidMaxPayloadSize(usize),
}
Expand description
Error when setting a channel configuration
Variants§
InvalidMaxFrameSize(u32)
The maximum frame size is invalid
InvalidMaxPayloadSize(usize)
The maximum payload size is invalid
Trait Implementations§
source§impl Clone for ChannelConfigError
impl Clone for ChannelConfigError
source§fn clone(&self) -> ChannelConfigError
fn clone(&self) -> ChannelConfigError
Returns a copy 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 ChannelConfigError
impl Debug for ChannelConfigError
source§impl Display for ChannelConfigError
impl Display for ChannelConfigError
source§impl Error for ChannelConfigError
impl Error for ChannelConfigError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for ChannelConfigError
impl RefUnwindSafe for ChannelConfigError
impl Send for ChannelConfigError
impl Sync for ChannelConfigError
impl Unpin for ChannelConfigError
impl UnwindSafe for ChannelConfigError
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)