pub struct Expects(/* private fields */);Available on crate feature
alloc only.Expand description
A set of expected tokens.
Implementations§
Trait Implementations§
Source§impl FromIterator<&'static str> for Expects
impl FromIterator<&'static str> for Expects
Source§impl FromIterator<String> for Expects
impl FromIterator<String> for Expects
Source§impl IntoIterator for Expects
impl IntoIterator for Expects
impl Eq for Expects
impl StructuralPartialEq for Expects
Auto Trait Implementations§
impl Freeze for Expects
impl RefUnwindSafe for Expects
impl Send for Expects
impl Sync for Expects
impl Unpin for Expects
impl UnsafeUnpin for Expects
impl UnwindSafe for Expects
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