pub struct SetMetadata { /* private fields */ }Expand description
Metadata can used for setting metadata
Implementations§
Trait Implementations§
Source§impl Clone for SetMetadata
impl Clone for SetMetadata
Source§fn clone(&self) -> SetMetadata
fn clone(&self) -> SetMetadata
Returns a duplicate 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 Compiler for SetMetadata
impl Compiler for SetMetadata
Source§fn next_step(&mut self, ctx: Context) -> CompilerReturn
fn next_step(&mut self, ctx: Context) -> CompilerReturn
Executes the next step of the compilation
Auto Trait Implementations§
impl Freeze for SetMetadata
impl RefUnwindSafe for SetMetadata
impl Send for SetMetadata
impl Sync for SetMetadata
impl Unpin for SetMetadata
impl UnwindSafe for SetMetadata
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