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