pub struct NoAppName;Expand description
Marker: app_name has not been set.
Auto Trait Implementations§
impl Freeze for NoAppName
impl RefUnwindSafe for NoAppName
impl Send for NoAppName
impl Sync for NoAppName
impl Unpin for NoAppName
impl UnsafeUnpin for NoAppName
impl UnwindSafe for NoAppName
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