pub struct ExpectClause {
pub target: ExpectTarget,
pub span: SourceSpan,
}Fields§
§target: ExpectTarget§span: SourceSpanTrait Implementations§
Source§impl Clone for ExpectClause
impl Clone for ExpectClause
Source§fn clone(&self) -> ExpectClause
fn clone(&self) -> ExpectClause
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 ExpectClause
impl Debug for ExpectClause
impl Eq for ExpectClause
Source§impl PartialEq for ExpectClause
impl PartialEq for ExpectClause
impl StructuralPartialEq for ExpectClause
Auto Trait Implementations§
impl Freeze for ExpectClause
impl RefUnwindSafe for ExpectClause
impl Send for ExpectClause
impl Sync for ExpectClause
impl Unpin for ExpectClause
impl UnsafeUnpin for ExpectClause
impl UnwindSafe for ExpectClause
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