pub struct QuotaUsedAttachmentContainedIn {
pub api_url: Option<Url>,
pub html_url: Option<Url>,
}Expand description
Context for the attachment: URLs to the containing object
Fields§
§api_url: Option<Url>API URL for the object that contains this attachment
html_url: Option<Url>HTML URL for the object that contains this attachment
Trait Implementations§
Source§impl Clone for QuotaUsedAttachmentContainedIn
impl Clone for QuotaUsedAttachmentContainedIn
Source§fn clone(&self) -> QuotaUsedAttachmentContainedIn
fn clone(&self) -> QuotaUsedAttachmentContainedIn
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<'de> Deserialize<'de> for QuotaUsedAttachmentContainedIn
impl<'de> Deserialize<'de> for QuotaUsedAttachmentContainedIn
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 QuotaUsedAttachmentContainedIn
impl PartialEq for QuotaUsedAttachmentContainedIn
Source§fn eq(&self, other: &QuotaUsedAttachmentContainedIn) -> bool
fn eq(&self, other: &QuotaUsedAttachmentContainedIn) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for QuotaUsedAttachmentContainedIn
Auto Trait Implementations§
impl Freeze for QuotaUsedAttachmentContainedIn
impl RefUnwindSafe for QuotaUsedAttachmentContainedIn
impl Send for QuotaUsedAttachmentContainedIn
impl Sync for QuotaUsedAttachmentContainedIn
impl Unpin for QuotaUsedAttachmentContainedIn
impl UnwindSafe for QuotaUsedAttachmentContainedIn
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