#[repr(C)]pub struct SecretSchemaAttribute {
pub name: *const c_char,
pub type_: SecretSchemaAttributeType,
}
Fields§
§name: *const c_char
§type_: SecretSchemaAttributeType
Trait Implementations§
Source§impl Clone for SecretSchemaAttribute
impl Clone for SecretSchemaAttribute
Source§fn clone(&self) -> SecretSchemaAttribute
fn clone(&self) -> SecretSchemaAttribute
Returns a copy 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 SecretSchemaAttribute
impl Debug for SecretSchemaAttribute
impl Copy for SecretSchemaAttribute
Auto Trait Implementations§
impl Freeze for SecretSchemaAttribute
impl RefUnwindSafe for SecretSchemaAttribute
impl !Send for SecretSchemaAttribute
impl !Sync for SecretSchemaAttribute
impl Unpin for SecretSchemaAttribute
impl UnwindSafe for SecretSchemaAttribute
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