pub struct BinaryAttachments {
pub binaries: Vec<BinaryAttachment>,
}Expand description
Collection of binary attachments in the metadata of an XML database
Fields§
§binaries: Vec<BinaryAttachment>Trait Implementations§
Source§impl Clone for BinaryAttachments
impl Clone for BinaryAttachments
Source§fn clone(&self) -> BinaryAttachments
fn clone(&self) -> BinaryAttachments
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 BinaryAttachments
impl Debug for BinaryAttachments
Source§impl Default for BinaryAttachments
impl Default for BinaryAttachments
Source§fn default() -> BinaryAttachments
fn default() -> BinaryAttachments
Returns the “default value” for a type. Read more
Source§impl PartialEq for BinaryAttachments
impl PartialEq for BinaryAttachments
Source§impl Serialize for BinaryAttachments
impl Serialize for BinaryAttachments
impl Eq for BinaryAttachments
impl StructuralPartialEq for BinaryAttachments
Auto Trait Implementations§
impl Freeze for BinaryAttachments
impl RefUnwindSafe for BinaryAttachments
impl Send for BinaryAttachments
impl Sync for BinaryAttachments
impl Unpin for BinaryAttachments
impl UnwindSafe for BinaryAttachments
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