Struct mx_tester::AppServiceNamespaceConfig
source · [−]pub struct AppServiceNamespaceConfig { /* private fields */ }Expand description
An AppService namespace
Trait Implementations
sourceimpl Debug for AppServiceNamespaceConfig
impl Debug for AppServiceNamespaceConfig
sourceimpl<'de> Deserialize<'de> for AppServiceNamespaceConfig
impl<'de> Deserialize<'de> for AppServiceNamespaceConfig
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for AppServiceNamespaceConfig
impl Serialize for AppServiceNamespaceConfig
Auto Trait Implementations
impl RefUnwindSafe for AppServiceNamespaceConfig
impl Send for AppServiceNamespaceConfig
impl Sync for AppServiceNamespaceConfig
impl Unpin for AppServiceNamespaceConfig
impl UnwindSafe for AppServiceNamespaceConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more