pub struct SingleService {
pub service: Service,
}
Fields§
§service: Service
Trait Implementations§
Source§impl Clone for SingleService
impl Clone for SingleService
Source§fn clone(&self) -> SingleService
fn clone(&self) -> SingleService
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SingleService
impl Debug for SingleService
Source§impl Default for SingleService
impl Default for SingleService
Source§fn default() -> SingleService
fn default() -> SingleService
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SingleService
impl<'de> Deserialize<'de> for SingleService
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SingleService
impl PartialEq for SingleService
Source§impl Serialize for SingleService
impl Serialize for SingleService
impl StructuralPartialEq for SingleService
Auto Trait Implementations§
impl Freeze for SingleService
impl RefUnwindSafe for SingleService
impl Send for SingleService
impl Sync for SingleService
impl Unpin for SingleService
impl UnwindSafe for SingleService
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