pub struct AvxContext {
pub stack: String,
pub layer: String,
pub env: String,
pub cluster: String,
pub mesh: String,
}Fields§
§stack: String§layer: String§env: String§cluster: String§mesh: StringTrait Implementations§
Source§impl Clone for AvxContext
impl Clone for AvxContext
Source§fn clone(&self) -> AvxContext
fn clone(&self) -> AvxContext
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 Debug for AvxContext
impl Debug for AvxContext
Auto Trait Implementations§
impl Freeze for AvxContext
impl RefUnwindSafe for AvxContext
impl Send for AvxContext
impl Sync for AvxContext
impl Unpin for AvxContext
impl UnwindSafe for AvxContext
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