pub struct AssertionError {
pub message: Vec<String>,
}Fields§
§message: Vec<String>Implementations§
Source§impl AssertionError
impl AssertionError
pub fn new(message: Vec<String>) -> AssertionError
Trait Implementations§
Source§impl Clone for AssertionError
impl Clone for AssertionError
Source§fn clone(&self) -> AssertionError
fn clone(&self) -> AssertionError
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 AssertionError
impl Debug for AssertionError
impl Eq for AssertionError
Source§impl PartialEq for AssertionError
impl PartialEq for AssertionError
impl StructuralPartialEq for AssertionError
Auto Trait Implementations§
impl Freeze for AssertionError
impl RefUnwindSafe for AssertionError
impl Send for AssertionError
impl Sync for AssertionError
impl Unpin for AssertionError
impl UnsafeUnpin for AssertionError
impl UnwindSafe for AssertionError
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