Struct safe_vk::Attachments
source · pub struct Attachments { /* private fields */ }Trait Implementations§
source§impl Debug for Attachments
impl Debug for Attachments
source§impl<'de> Deserialize<'de> for Attachments
impl<'de> Deserialize<'de> for Attachments
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for Attachments
impl PartialEq for Attachments
source§fn eq(&self, other: &Attachments) -> bool
fn eq(&self, other: &Attachments) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for Attachments
Auto Trait Implementations§
impl RefUnwindSafe for Attachments
impl Send for Attachments
impl Sync for Attachments
impl Unpin for Attachments
impl UnwindSafe for Attachments
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