pub struct IntrinsicError(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for IntrinsicError
impl Clone for IntrinsicError
Source§fn clone(&self) -> IntrinsicError
fn clone(&self) -> IntrinsicError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IntrinsicError
impl Debug for IntrinsicError
Auto Trait Implementations§
impl Freeze for IntrinsicError
impl RefUnwindSafe for IntrinsicError
impl Send for IntrinsicError
impl Sync for IntrinsicError
impl Unpin for IntrinsicError
impl UnsafeUnpin for IntrinsicError
impl UnwindSafe for IntrinsicError
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