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