pub struct ErrorParameter {
pub type_name: TypeName,
pub name: Option<String>,
}
Fields§
§type_name: TypeName
§name: Option<String>
Trait Implementations§
Source§impl Clone for ErrorParameter
impl Clone for ErrorParameter
Source§fn clone(&self) -> ErrorParameter
fn clone(&self) -> ErrorParameter
Returns a duplicate of the value. Read more
1.0.0 · 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 ErrorParameter
impl Debug for ErrorParameter
Source§impl PartialEq for ErrorParameter
impl PartialEq for ErrorParameter
impl StructuralPartialEq for ErrorParameter
Auto Trait Implementations§
impl Freeze for ErrorParameter
impl RefUnwindSafe for ErrorParameter
impl Send for ErrorParameter
impl Sync for ErrorParameter
impl Unpin for ErrorParameter
impl UnwindSafe for ErrorParameter
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