Struct zng_app_context::StaticAppId
source · pub struct StaticAppId(/* private fields */);
Expand description
Lazy inited AppId
.
Implementations§
source§impl StaticAppId
impl StaticAppId
Trait Implementations§
source§impl From<&'static StaticAppId> for AppId
impl From<&'static StaticAppId> for AppId
source§fn from(st: &'static StaticAppId) -> AppId
fn from(st: &'static StaticAppId) -> AppId
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for StaticAppId
impl RefUnwindSafe for StaticAppId
impl Send for StaticAppId
impl Sync for StaticAppId
impl Unpin for StaticAppId
impl UnwindSafe for StaticAppId
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