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