pub struct UnknownStructuralKind(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for UnknownStructuralKind
impl Clone for UnknownStructuralKind
Source§fn clone(&self) -> UnknownStructuralKind
fn clone(&self) -> UnknownStructuralKind
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 UnknownStructuralKind
impl Debug for UnknownStructuralKind
Source§impl Display for UnknownStructuralKind
impl Display for UnknownStructuralKind
impl Eq for UnknownStructuralKind
Source§impl Error for UnknownStructuralKind
impl Error for UnknownStructuralKind
1.30.0 · 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 PartialEq for UnknownStructuralKind
impl PartialEq for UnknownStructuralKind
impl StructuralPartialEq for UnknownStructuralKind
Auto Trait Implementations§
impl Freeze for UnknownStructuralKind
impl RefUnwindSafe for UnknownStructuralKind
impl Send for UnknownStructuralKind
impl Sync for UnknownStructuralKind
impl Unpin for UnknownStructuralKind
impl UnsafeUnpin for UnknownStructuralKind
impl UnwindSafe for UnknownStructuralKind
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