pub struct DeviceAuthorizationSchemaOptions {
pub table_name: Option<String>,
pub fields: DeviceAuthorizationSchemaFields,
}Fields§
§table_name: Option<String>§fields: DeviceAuthorizationSchemaFieldsImplementations§
Trait Implementations§
Source§impl Clone for DeviceAuthorizationSchemaOptions
impl Clone for DeviceAuthorizationSchemaOptions
Source§fn clone(&self) -> DeviceAuthorizationSchemaOptions
fn clone(&self) -> DeviceAuthorizationSchemaOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for DeviceAuthorizationSchemaOptions
impl Default for DeviceAuthorizationSchemaOptions
Source§fn default() -> DeviceAuthorizationSchemaOptions
fn default() -> DeviceAuthorizationSchemaOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeviceAuthorizationSchemaOptions
impl PartialEq for DeviceAuthorizationSchemaOptions
Source§fn eq(&self, other: &DeviceAuthorizationSchemaOptions) -> bool
fn eq(&self, other: &DeviceAuthorizationSchemaOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for DeviceAuthorizationSchemaOptions
impl StructuralPartialEq for DeviceAuthorizationSchemaOptions
Auto Trait Implementations§
impl Freeze for DeviceAuthorizationSchemaOptions
impl RefUnwindSafe for DeviceAuthorizationSchemaOptions
impl Send for DeviceAuthorizationSchemaOptions
impl Sync for DeviceAuthorizationSchemaOptions
impl Unpin for DeviceAuthorizationSchemaOptions
impl UnsafeUnpin for DeviceAuthorizationSchemaOptions
impl UnwindSafe for DeviceAuthorizationSchemaOptions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.