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