pub struct FrontedEnvironment(pub HashMap<String, String>);Expand description
Map of values that will be provided as environment-variable-like global variables to the frontend.
Tuple Fields§
§0: HashMap<String, String>Trait Implementations§
Source§impl Clone for FrontedEnvironment
 
impl Clone for FrontedEnvironment
Source§fn clone(&self) -> FrontedEnvironment
 
fn clone(&self) -> FrontedEnvironment
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 moreAuto Trait Implementations§
impl Freeze for FrontedEnvironment
impl RefUnwindSafe for FrontedEnvironment
impl Send for FrontedEnvironment
impl Sync for FrontedEnvironment
impl Unpin for FrontedEnvironment
impl UnwindSafe for FrontedEnvironment
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