pub struct ServiceParams {
pub namespace: Option<String>,
}
Fields§
§namespace: Option<String>
Trait Implementations§
Source§impl Debug for ServiceParams
impl Debug for ServiceParams
Source§impl Default for ServiceParams
impl Default for ServiceParams
Auto Trait Implementations§
impl Freeze for ServiceParams
impl RefUnwindSafe for ServiceParams
impl Send for ServiceParams
impl Sync for ServiceParams
impl Unpin for ServiceParams
impl UnwindSafe for ServiceParams
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