pub struct EncodableSourceIdError(EncodableSourceIdErrorKind);
Tuple Fields§
§0: EncodableSourceIdErrorKind
Trait Implementations§
Source§impl Debug for EncodableSourceIdError
impl Debug for EncodableSourceIdError
Source§impl Display for EncodableSourceIdError
impl Display for EncodableSourceIdError
Source§impl Error for EncodableSourceIdError
impl Error for EncodableSourceIdError
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()
Source§impl From<EncodableSourceIdError> for EncodablePackageIdError
impl From<EncodableSourceIdError> for EncodablePackageIdError
Source§fn from(value: EncodableSourceIdError) -> Self
fn from(value: EncodableSourceIdError) -> Self
Converts to this type from the input type.
Source§impl From<EncodableSourceIdError> for EncodablePackageIdErrorKind
impl From<EncodableSourceIdError> for EncodablePackageIdErrorKind
Source§fn from(source: EncodableSourceIdError) -> Self
fn from(source: EncodableSourceIdError) -> Self
Converts to this type from the input type.
Source§impl From<EncodableSourceIdErrorKind> for EncodableSourceIdError
impl From<EncodableSourceIdErrorKind> for EncodableSourceIdError
Source§fn from(source: EncodableSourceIdErrorKind) -> Self
fn from(source: EncodableSourceIdErrorKind) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for EncodableSourceIdError
impl RefUnwindSafe for EncodableSourceIdError
impl Send for EncodableSourceIdError
impl Sync for EncodableSourceIdError
impl Unpin for EncodableSourceIdError
impl UnwindSafe for EncodableSourceIdError
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
impl<T> ErasedDestructor for Twhere
T: 'static,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 48 bytes