Struct rasn_compiler::intermediate::constraints::ExtensionMarker
source · pub struct ExtensionMarker();
Trait Implementations§
source§impl Clone for ExtensionMarker
impl Clone for ExtensionMarker
source§fn clone(&self) -> ExtensionMarker
fn clone(&self) -> ExtensionMarker
Returns a copy 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 ExtensionMarker
impl Debug for ExtensionMarker
source§impl PartialEq for ExtensionMarker
impl PartialEq for ExtensionMarker
source§fn eq(&self, other: &ExtensionMarker) -> bool
fn eq(&self, other: &ExtensionMarker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ExtensionMarker
Auto Trait Implementations§
impl Freeze for ExtensionMarker
impl RefUnwindSafe for ExtensionMarker
impl Send for ExtensionMarker
impl Sync for ExtensionMarker
impl Unpin for ExtensionMarker
impl UnwindSafe for ExtensionMarker
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