pub struct StdStructRef<'a, R: DomainReason> { /* private fields */ }Implementations§
Source§impl<'a, R> StdStructRef<'a, R>where
R: DomainReason,
impl<'a, R> StdStructRef<'a, R>where
R: DomainReason,
pub fn inner(&self) -> &'a StructError<R>
Trait Implementations§
Source§impl<'a, R: Debug + DomainReason> Debug for StdStructRef<'a, R>
impl<'a, R: Debug + DomainReason> Debug for StdStructRef<'a, R>
Source§impl<'a, R> Display for StdStructRef<'a, R>
impl<'a, R> Display for StdStructRef<'a, R>
Source§impl<'a, R> Error for StdStructRef<'a, R>
impl<'a, R> Error for StdStructRef<'a, R>
Source§fn source(&self) -> Option<&(dyn StdError + 'static)>
fn source(&self) -> Option<&(dyn StdError + '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<'a, R> From<&'a StructError<R>> for StdStructRef<'a, R>where
R: DomainReason,
impl<'a, R> From<&'a StructError<R>> for StdStructRef<'a, R>where
R: DomainReason,
Source§fn from(value: &'a StructError<R>) -> Self
fn from(value: &'a StructError<R>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a, R> Freeze for StdStructRef<'a, R>
impl<'a, R> !RefUnwindSafe for StdStructRef<'a, R>
impl<'a, R> Send for StdStructRef<'a, R>where
R: Sync,
impl<'a, R> Sync for StdStructRef<'a, R>where
R: Sync,
impl<'a, R> Unpin for StdStructRef<'a, R>
impl<'a, R> UnsafeUnpin for StdStructRef<'a, R>
impl<'a, R> !UnwindSafe for StdStructRef<'a, R>
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