Struct wast::kw::assert_invalid
source · [−]pub struct assert_invalid(pub Span);
Tuple Fields
0: Span
Trait Implementations
sourceimpl Clone for assert_invalid
impl Clone for assert_invalid
sourcefn clone(&self) -> assert_invalid
fn clone(&self) -> assert_invalid
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for assert_invalid
impl Debug for assert_invalid
sourceimpl<'a> Parse<'a> for assert_invalid
impl<'a> Parse<'a> for assert_invalid
sourceimpl Peek for assert_invalid
impl Peek for assert_invalid
impl Copy for assert_invalid
Auto Trait Implementations
impl RefUnwindSafe for assert_invalid
impl Send for assert_invalid
impl Sync for assert_invalid
impl Unpin for assert_invalid
impl UnwindSafe for assert_invalid
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more