pub struct DuplicateServiceItem { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for DuplicateServiceItem
impl Debug for DuplicateServiceItem
Source§impl Diagnostic for DuplicateServiceItem
impl Diagnostic for DuplicateServiceItem
Source§impl From<DuplicateServiceItem> for Error
impl From<DuplicateServiceItem> for Error
Source§fn from(e: DuplicateServiceItem) -> Self
fn from(e: DuplicateServiceItem) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DuplicateServiceItem
impl RefUnwindSafe for DuplicateServiceItem
impl Send for DuplicateServiceItem
impl Sync for DuplicateServiceItem
impl Unpin for DuplicateServiceItem
impl UnwindSafe for DuplicateServiceItem
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