pub struct ApplicationContext {
pub application: String,
}Fields§
§application: StringTrait Implementations§
Source§impl Clone for ApplicationContext
impl Clone for ApplicationContext
Source§fn clone(&self) -> ApplicationContext
fn clone(&self) -> ApplicationContext
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 ApplicationContext
impl Debug for ApplicationContext
Source§impl PartialEq for ApplicationContext
impl PartialEq for ApplicationContext
Source§fn eq(&self, other: &ApplicationContext) -> bool
fn eq(&self, other: &ApplicationContext) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ApplicationContext
Auto Trait Implementations§
impl Freeze for ApplicationContext
impl RefUnwindSafe for ApplicationContext
impl Send for ApplicationContext
impl Sync for ApplicationContext
impl Unpin for ApplicationContext
impl UnsafeUnpin for ApplicationContext
impl UnwindSafe for ApplicationContext
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