pub struct UnspecifiedErrorMessage;
Trait Implementations§
Source§impl Clone for UnspecifiedErrorMessage
impl Clone for UnspecifiedErrorMessage
Source§fn clone(&self) -> UnspecifiedErrorMessage
fn clone(&self) -> UnspecifiedErrorMessage
Returns a copy 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 UnspecifiedErrorMessage
impl Debug for UnspecifiedErrorMessage
Source§impl Default for UnspecifiedErrorMessage
impl Default for UnspecifiedErrorMessage
Source§fn default() -> UnspecifiedErrorMessage
fn default() -> UnspecifiedErrorMessage
Returns the “default value” for a type. Read more
Source§impl From<TriviallyLabeled<EmptyMessageValue, UNSPECIFIED_ERROR_MESSAGE_LABEL>> for UnspecifiedErrorMessage
impl From<TriviallyLabeled<EmptyMessageValue, UNSPECIFIED_ERROR_MESSAGE_LABEL>> for UnspecifiedErrorMessage
Source§fn from(
_: TriviallyLabeled<EmptyMessageValue, UNSPECIFIED_ERROR_MESSAGE_LABEL>,
) -> Self
fn from( _: TriviallyLabeled<EmptyMessageValue, UNSPECIFIED_ERROR_MESSAGE_LABEL>, ) -> Self
Converts to this type from the input type.
Source§impl From<UnspecifiedErrorMessage> for TriviallyLabeled<EmptyMessageValue, UNSPECIFIED_ERROR_MESSAGE_LABEL>
impl From<UnspecifiedErrorMessage> for TriviallyLabeled<EmptyMessageValue, UNSPECIFIED_ERROR_MESSAGE_LABEL>
Source§fn from(_: UnspecifiedErrorMessage) -> Self
fn from(_: UnspecifiedErrorMessage) -> Self
Converts to this type from the input type.
Source§impl Hash for UnspecifiedErrorMessage
impl Hash for UnspecifiedErrorMessage
Source§impl MessageRecv for UnspecifiedErrorMessage
impl MessageRecv for UnspecifiedErrorMessage
type Label = <TriviallyLabeled<EmptyMessageValue, UNSPECIFIED_ERROR_MESSAGE_LABEL> as MessageRecv>::Label
type Error = <TriviallyLabeled<EmptyMessageValue, UNSPECIFIED_ERROR_MESSAGE_LABEL> as MessageRecv>::Error
fn read_message(label: Self::Label, buf: &[u8]) -> Result<Self, Self::Error>
Source§impl MessageSend for UnspecifiedErrorMessage
impl MessageSend for UnspecifiedErrorMessage
type Label = <TriviallyLabeled<EmptyMessageValue, UNSPECIFIED_ERROR_MESSAGE_LABEL> as MessageSend>::Label
type Error = <TriviallyLabeled<EmptyMessageValue, UNSPECIFIED_ERROR_MESSAGE_LABEL> as MessageSend>::Error
fn write_message( self, buf: &mut [u8], ) -> Result<(Self::Label, usize), Self::Error>
Source§impl Ord for UnspecifiedErrorMessage
impl Ord for UnspecifiedErrorMessage
Source§impl PartialEq for UnspecifiedErrorMessage
impl PartialEq for UnspecifiedErrorMessage
Source§impl PartialOrd for UnspecifiedErrorMessage
impl PartialOrd for UnspecifiedErrorMessage
Source§fn partial_cmp(&self, other: &UnspecifiedErrorMessage) -> Option<Ordering>
fn partial_cmp(&self, other: &UnspecifiedErrorMessage) -> Option<Ordering>
impl Copy for UnspecifiedErrorMessage
impl Eq for UnspecifiedErrorMessage
impl StructuralPartialEq for UnspecifiedErrorMessage
Auto Trait Implementations§
impl Freeze for UnspecifiedErrorMessage
impl RefUnwindSafe for UnspecifiedErrorMessage
impl Send for UnspecifiedErrorMessage
impl Sync for UnspecifiedErrorMessage
impl Unpin for UnspecifiedErrorMessage
impl UnwindSafe for UnspecifiedErrorMessage
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§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, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)