Struct rbdc_mysql::protocol::text::Ping
source · pub struct Ping;
Trait Implementations§
source§impl Encode<'_, Capabilities> for Ping
impl Encode<'_, Capabilities> for Ping
fn encode_with(&self, buf: &mut Vec<u8>, _: Capabilities)
Auto Trait Implementations§
impl RefUnwindSafe for Ping
impl Send for Ping
impl Sync for Ping
impl Unpin for Ping
impl UnwindSafe for Ping
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