Struct azure_devops_rust_api::wit::models::AttachmentReference
source · pub struct AttachmentReference {
pub id: Option<String>,
pub url: Option<String>,
}Expand description
Fields§
§id: Option<String>§url: Option<String>Implementations§
Trait Implementations§
source§impl Clone for AttachmentReference
impl Clone for AttachmentReference
source§fn clone(&self) -> AttachmentReference
fn clone(&self) -> AttachmentReference
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 AttachmentReference
impl Debug for AttachmentReference
source§impl Default for AttachmentReference
impl Default for AttachmentReference
source§fn default() -> AttachmentReference
fn default() -> AttachmentReference
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AttachmentReference
impl<'de> Deserialize<'de> for AttachmentReference
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 AttachmentReference
impl PartialEq for AttachmentReference
source§fn eq(&self, other: &AttachmentReference) -> bool
fn eq(&self, other: &AttachmentReference) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for AttachmentReference
impl Serialize for AttachmentReference
impl StructuralPartialEq for AttachmentReference
Auto Trait Implementations§
impl RefUnwindSafe for AttachmentReference
impl Send for AttachmentReference
impl Sync for AttachmentReference
impl Unpin for AttachmentReference
impl UnwindSafe for AttachmentReference
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