#[repr(C)]pub struct es_client_s {
pub _unused: [u8; 0],
}Fields§
§_unused: [u8; 0]Trait Implementations§
Source§impl Clone for es_client_s
impl Clone for es_client_s
Source§fn clone(&self) -> es_client_s
fn clone(&self) -> es_client_s
Returns a duplicate 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 es_client_s
impl Debug for es_client_s
impl Copy for es_client_s
Auto Trait Implementations§
impl Freeze for es_client_s
impl RefUnwindSafe for es_client_s
impl Send for es_client_s
impl Sync for es_client_s
impl Unpin for es_client_s
impl UnwindSafe for es_client_s
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