pub struct ContentTypeProfile {
pub content_type: String,
pub format: String,
pub profile_id: Option<String>,
}
Expand description
A field-level encryption content type profile.
Fields§
§content_type: String
The content type for a field-level encryption content type-profile mapping.
format: String
The format for a field-level encryption content type-profile mapping.
profile_id: Option<String>
The profile ID for a field-level encryption content type-profile mapping.
Trait Implementations§
Source§impl Clone for ContentTypeProfile
impl Clone for ContentTypeProfile
Source§fn clone(&self) -> ContentTypeProfile
fn clone(&self) -> ContentTypeProfile
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ContentTypeProfile
impl Debug for ContentTypeProfile
Source§impl Default for ContentTypeProfile
impl Default for ContentTypeProfile
Source§fn default() -> ContentTypeProfile
fn default() -> ContentTypeProfile
Returns the “default value” for a type. Read more
Source§impl PartialEq for ContentTypeProfile
impl PartialEq for ContentTypeProfile
impl StructuralPartialEq for ContentTypeProfile
Auto Trait Implementations§
impl Freeze for ContentTypeProfile
impl RefUnwindSafe for ContentTypeProfile
impl Send for ContentTypeProfile
impl Sync for ContentTypeProfile
impl Unpin for ContentTypeProfile
impl UnwindSafe for ContentTypeProfile
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