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