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