pub struct assert_malformed(pub Span);
Tuple Fields§
§0: Span
Trait Implementations§
Source§impl Clone for assert_malformed
impl Clone for assert_malformed
Source§fn clone(&self) -> assert_malformed
fn clone(&self) -> assert_malformed
Returns a copy 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 assert_malformed
impl Debug for assert_malformed
Source§impl<'a> Parse<'a> for assert_malformed
impl<'a> Parse<'a> for assert_malformed
Source§impl Peek for assert_malformed
impl Peek for assert_malformed
impl Copy for assert_malformed
Auto Trait Implementations§
impl Freeze for assert_malformed
impl RefUnwindSafe for assert_malformed
impl Send for assert_malformed
impl Sync for assert_malformed
impl Unpin for assert_malformed
impl UnwindSafe for assert_malformed
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