Struct keepass_ng::db::HeaderAttachment
source · pub struct HeaderAttachment {
pub flags: u8,
pub content: Vec<u8>,
}Expand description
Binary attachments stored in a database inner header
Fields§
§flags: u8§content: Vec<u8>Trait Implementations§
source§impl Clone for HeaderAttachment
impl Clone for HeaderAttachment
source§fn clone(&self) -> HeaderAttachment
fn clone(&self) -> HeaderAttachment
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 HeaderAttachment
impl Debug for HeaderAttachment
source§impl Default for HeaderAttachment
impl Default for HeaderAttachment
source§fn default() -> HeaderAttachment
fn default() -> HeaderAttachment
Returns the “default value” for a type. Read more
source§impl From<&[u8]> for HeaderAttachment
impl From<&[u8]> for HeaderAttachment
source§impl PartialEq for HeaderAttachment
impl PartialEq for HeaderAttachment
source§fn eq(&self, other: &HeaderAttachment) -> bool
fn eq(&self, other: &HeaderAttachment) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for HeaderAttachment
impl StructuralPartialEq for HeaderAttachment
Auto Trait Implementations§
impl Freeze for HeaderAttachment
impl RefUnwindSafe for HeaderAttachment
impl Send for HeaderAttachment
impl Sync for HeaderAttachment
impl Unpin for HeaderAttachment
impl UnwindSafe for HeaderAttachment
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