Struct safe_vk::AttachmentSize
source · pub struct AttachmentSize { /* private fields */ }Trait Implementations§
source§impl Debug for AttachmentSize
impl Debug for AttachmentSize
source§impl<'de> Deserialize<'de> for AttachmentSize
impl<'de> Deserialize<'de> for AttachmentSize
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 AttachmentSize
impl PartialEq for AttachmentSize
source§fn eq(&self, other: &AttachmentSize) -> bool
fn eq(&self, other: &AttachmentSize) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AttachmentSize
Auto Trait Implementations§
impl RefUnwindSafe for AttachmentSize
impl Send for AttachmentSize
impl Sync for AttachmentSize
impl Unpin for AttachmentSize
impl UnwindSafe for AttachmentSize
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