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