pub struct WireFrameworkError { /* private fields */ }
Expand description
An internal framework error.
Trait Implementations§
Source§impl Clone for WireFrameworkError
impl Clone for WireFrameworkError
Source§fn clone(&self) -> WireFrameworkError
fn clone(&self) -> WireFrameworkError
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 WireFrameworkError
impl Debug for WireFrameworkError
Source§impl<D> Decode<D> for WireFrameworkError
impl<D> Decode<D> for WireFrameworkError
Source§impl From<WireFrameworkError> for FrameworkError
impl From<WireFrameworkError> for FrameworkError
Source§fn from(value: WireFrameworkError) -> Self
fn from(value: WireFrameworkError) -> Self
Converts to this type from the input type.
Source§impl TakeFrom<WireFrameworkError> for FrameworkError
impl TakeFrom<WireFrameworkError> for FrameworkError
Source§fn take_from(from: &mut WireFrameworkError) -> Self
fn take_from(from: &mut WireFrameworkError) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.impl Copy for WireFrameworkError
Auto Trait Implementations§
impl Freeze for WireFrameworkError
impl RefUnwindSafe for WireFrameworkError
impl Send for WireFrameworkError
impl Sync for WireFrameworkError
impl Unpin for WireFrameworkError
impl UnwindSafe for WireFrameworkError
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
)