#[repr(C)]pub struct CFMMCBrokerKeyField {
pub is_null: bool,
pub BrokerID: String,
pub ParticipantID: String,
pub CreateDate: String,
pub CreateTime: String,
pub KeyID: i32,
pub CurrentKey: Vec<u8>,
pub KeyKind: u8,
}Fields§
§is_null: bool§BrokerID: String§ParticipantID: String§CreateDate: String§CreateTime: String§KeyID: i32§CurrentKey: Vec<u8>§KeyKind: u8Trait Implementations§
Source§impl Clone for CFMMCBrokerKeyField
impl Clone for CFMMCBrokerKeyField
Source§impl Debug for CFMMCBrokerKeyField
impl Debug for CFMMCBrokerKeyField
Source§impl Default for CFMMCBrokerKeyField
impl Default for CFMMCBrokerKeyField
Source§impl ExternType for CFMMCBrokerKeyField
impl ExternType for CFMMCBrokerKeyField
Auto Trait Implementations§
impl Freeze for CFMMCBrokerKeyField
impl RefUnwindSafe for CFMMCBrokerKeyField
impl Send for CFMMCBrokerKeyField
impl Sync for CFMMCBrokerKeyField
impl Unpin for CFMMCBrokerKeyField
impl UnwindSafe for CFMMCBrokerKeyField
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