pub struct ServiceSignatures;Expand description
Known service signatures
Implementations§
Source§impl ServiceSignatures
impl ServiceSignatures
Detect service from banner
Auto Trait Implementations§
impl Freeze for ServiceSignatures
impl RefUnwindSafe for ServiceSignatures
impl Send for ServiceSignatures
impl Sync for ServiceSignatures
impl Unpin for ServiceSignatures
impl UnwindSafe for ServiceSignatures
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