#[repr(C)]pub struct LoginForbiddenIPField {
pub is_null: bool,
pub IPAddress: String,
}Expand description
禁止登录IP
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
IPAddress: StringIP地址
Trait Implementations§
Source§impl Clone for LoginForbiddenIPField
impl Clone for LoginForbiddenIPField
Source§impl Debug for LoginForbiddenIPField
impl Debug for LoginForbiddenIPField
Source§impl Default for LoginForbiddenIPField
impl Default for LoginForbiddenIPField
Source§impl ExternType for LoginForbiddenIPField
impl ExternType for LoginForbiddenIPField
Auto Trait Implementations§
impl Freeze for LoginForbiddenIPField
impl RefUnwindSafe for LoginForbiddenIPField
impl Send for LoginForbiddenIPField
impl Sync for LoginForbiddenIPField
impl Unpin for LoginForbiddenIPField
impl UnsafeUnpin for LoginForbiddenIPField
impl UnwindSafe for LoginForbiddenIPField
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