pub struct AcknowledgerReference {
pub label: String,
pub html_url: Option<String>,
pub _self: Option<String>,
pub summary: Option<String>,
pub id: Option<String>,
pub _type: AcknowledgerReferenceTypeEnum,
}Fields§
§label: StringThe label of the tag.
html_url: Option<String>a URL at which the entity is uniquely displayed in the Web app
_self: Option<String>the API show URL at which the object is accessible
summary: Option<String>A short-form, server-generated string that provides succinct, important information about an object suitable for primary labeling of an entity in a client. In many cases, this will be identical to name, though it is not intended to be an identifier.
id: Option<String>§_type: AcknowledgerReferenceTypeEnumTrait Implementations§
Source§impl Clone for AcknowledgerReference
impl Clone for AcknowledgerReference
Source§fn clone(&self) -> AcknowledgerReference
fn clone(&self) -> AcknowledgerReference
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 Debug for AcknowledgerReference
impl Debug for AcknowledgerReference
Source§impl Default for AcknowledgerReference
impl Default for AcknowledgerReference
Source§impl<'de> Deserialize<'de> for AcknowledgerReference
impl<'de> Deserialize<'de> for AcknowledgerReference
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 AcknowledgerReference
impl PartialEq for AcknowledgerReference
Source§impl Serialize for AcknowledgerReference
impl Serialize for AcknowledgerReference
impl StructuralPartialEq for AcknowledgerReference
Auto Trait Implementations§
impl Freeze for AcknowledgerReference
impl RefUnwindSafe for AcknowledgerReference
impl Send for AcknowledgerReference
impl Sync for AcknowledgerReference
impl Unpin for AcknowledgerReference
impl UnwindSafe for AcknowledgerReference
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