pub struct StartServiceRequest {
pub label: &'static str,
pub request: &'static str,
pub service: String,
}Fields§
§label: &'static str§request: &'static str§service: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for StartServiceRequest
impl RefUnwindSafe for StartServiceRequest
impl Send for StartServiceRequest
impl Sync for StartServiceRequest
impl Unpin for StartServiceRequest
impl UnsafeUnpin for StartServiceRequest
impl UnwindSafe for StartServiceRequest
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