pub struct AuthUserSecurityKeysInsertInput {
pub counter: Option<u64>,
pub credential_id: Option<String>,
pub credential_public_key: Option<Vec<u8>>,
pub id: Option<String>,
pub nickname: Option<String>,
pub transports: Option<String>,
pub user: Option<UsersObjRelInsertInput>,
pub user_id: Option<String>,
}Fields§
§counter: Option<u64>§credential_id: Option<String>§credential_public_key: Option<Vec<u8>>§id: Option<String>§nickname: Option<String>§transports: Option<String>§user: Option<UsersObjRelInsertInput>§user_id: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AuthUserSecurityKeysInsertInput
impl RefUnwindSafe for AuthUserSecurityKeysInsertInput
impl Send for AuthUserSecurityKeysInsertInput
impl Sync for AuthUserSecurityKeysInsertInput
impl Unpin for AuthUserSecurityKeysInsertInput
impl UnsafeUnpin for AuthUserSecurityKeysInsertInput
impl UnwindSafe for AuthUserSecurityKeysInsertInput
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