#[repr(C)]pub struct ReqVerifyApiKeyField {
pub is_null: bool,
pub ApiHandshakeDataLen: i32,
pub ApiHandshakeData: Vec<u8>,
}
Fields§
§is_null: bool
§ApiHandshakeDataLen: i32
§ApiHandshakeData: Vec<u8>
Trait Implementations§
Source§impl Clone for ReqVerifyApiKeyField
impl Clone for ReqVerifyApiKeyField
Source§impl Debug for ReqVerifyApiKeyField
impl Debug for ReqVerifyApiKeyField
Source§impl Default for ReqVerifyApiKeyField
impl Default for ReqVerifyApiKeyField
Source§impl ExternType for ReqVerifyApiKeyField
impl ExternType for ReqVerifyApiKeyField
Auto Trait Implementations§
impl Freeze for ReqVerifyApiKeyField
impl RefUnwindSafe for ReqVerifyApiKeyField
impl Send for ReqVerifyApiKeyField
impl Sync for ReqVerifyApiKeyField
impl Unpin for ReqVerifyApiKeyField
impl UnwindSafe for ReqVerifyApiKeyField
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