pub enum ImportTypeSyntax {
Memory,
}Variants§
Memory
Trait Implementations§
Source§impl Clone for ImportTypeSyntax
impl Clone for ImportTypeSyntax
Source§fn clone(&self) -> ImportTypeSyntax
fn clone(&self) -> ImportTypeSyntax
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 ImportTypeSyntax
impl Debug for ImportTypeSyntax
Source§impl Parse<'_> for ImportTypeSyntax
impl Parse<'_> for ImportTypeSyntax
Source§impl PartialEq for ImportTypeSyntax
impl PartialEq for ImportTypeSyntax
Source§fn eq(&self, other: &ImportTypeSyntax) -> bool
fn eq(&self, other: &ImportTypeSyntax) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ImportTypeSyntax
impl StructuralPartialEq for ImportTypeSyntax
Auto Trait Implementations§
impl Freeze for ImportTypeSyntax
impl RefUnwindSafe for ImportTypeSyntax
impl Send for ImportTypeSyntax
impl Sync for ImportTypeSyntax
impl Unpin for ImportTypeSyntax
impl UnsafeUnpin for ImportTypeSyntax
impl UnwindSafe for ImportTypeSyntax
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