pub struct NonHashIdentityMetadata {
pub api_field: &'static str,
pub rust_type: &'static str,
pub typescript_type: &'static str,
pub projection: &'static str,
pub visibility: Visibility,
pub allowed_dto_audiences: &'static [Visibility],
pub database_mappings: &'static [&'static str],
pub legacy_aliases: &'static [&'static str],
}Fields§
§api_field: &'static str§rust_type: &'static str§typescript_type: &'static str§projection: &'static str§visibility: Visibility§allowed_dto_audiences: &'static [Visibility]§database_mappings: &'static [&'static str]§legacy_aliases: &'static [&'static str]Trait Implementations§
Source§impl Clone for NonHashIdentityMetadata
impl Clone for NonHashIdentityMetadata
Source§fn clone(&self) -> NonHashIdentityMetadata
fn clone(&self) -> NonHashIdentityMetadata
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 moreimpl Copy for NonHashIdentityMetadata
Source§impl Debug for NonHashIdentityMetadata
impl Debug for NonHashIdentityMetadata
impl Eq for NonHashIdentityMetadata
Source§impl PartialEq for NonHashIdentityMetadata
impl PartialEq for NonHashIdentityMetadata
Source§impl Serialize for NonHashIdentityMetadata
impl Serialize for NonHashIdentityMetadata
impl StructuralPartialEq for NonHashIdentityMetadata
Auto Trait Implementations§
impl Freeze for NonHashIdentityMetadata
impl RefUnwindSafe for NonHashIdentityMetadata
impl Send for NonHashIdentityMetadata
impl Sync for NonHashIdentityMetadata
impl Unpin for NonHashIdentityMetadata
impl UnsafeUnpin for NonHashIdentityMetadata
impl UnwindSafe for NonHashIdentityMetadata
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