pub struct ServiceOptions { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for ServiceOptions
impl Debug for ServiceOptions
Source§impl Default for ServiceOptions
impl Default for ServiceOptions
Source§fn default() -> ServiceOptions
fn default() -> ServiceOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ServiceOptions
impl RefUnwindSafe for ServiceOptions
impl Send for ServiceOptions
impl Sync for ServiceOptions
impl Unpin for ServiceOptions
impl UnwindSafe for ServiceOptions
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