pub struct build_details;
Expand description
emits build details of the binary
Trait Implementations
sourceimpl HttpServiceFactory for build_details
impl HttpServiceFactory for build_details
Auto Trait Implementations
impl RefUnwindSafe for build_details
impl Send for build_details
impl Sync for build_details
impl Unpin for build_details
impl UnwindSafe for build_details
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