pub struct DictionaryAttribute {
pub name: String,
pub oid: Oid,
pub attr_type: AttributeType,
pub size: SizeFlag,
pub encrypt: Option<u8>,
pub has_tag: Option<bool>,
pub concat: Option<bool>,
}Fields§
§name: String§oid: Oid§attr_type: AttributeType§size: SizeFlag§encrypt: Option<u8>§has_tag: Option<bool>§concat: Option<bool>Trait Implementations§
Source§impl Clone for DictionaryAttribute
impl Clone for DictionaryAttribute
Source§fn clone(&self) -> DictionaryAttribute
fn clone(&self) -> DictionaryAttribute
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 DictionaryAttribute
impl Debug for DictionaryAttribute
Source§impl PartialEq for DictionaryAttribute
impl PartialEq for DictionaryAttribute
impl Eq for DictionaryAttribute
impl StructuralPartialEq for DictionaryAttribute
Auto Trait Implementations§
impl Freeze for DictionaryAttribute
impl RefUnwindSafe for DictionaryAttribute
impl Send for DictionaryAttribute
impl Sync for DictionaryAttribute
impl Unpin for DictionaryAttribute
impl UnwindSafe for DictionaryAttribute
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