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