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