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