pub struct AnnotatedTagObject {
pub sha: Option<String>,
pub type: Option<String>,
pub url: Option<Url>,
}Expand description
AnnotatedTagObject contains meta information of the tag object
Fields§
§sha: Option<String>§type: Option<String>§url: Option<Url>Trait Implementations§
Source§impl Clone for AnnotatedTagObject
impl Clone for AnnotatedTagObject
Source§fn clone(&self) -> AnnotatedTagObject
fn clone(&self) -> AnnotatedTagObject
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 AnnotatedTagObject
impl Debug for AnnotatedTagObject
Source§impl<'de> Deserialize<'de> for AnnotatedTagObject
impl<'de> Deserialize<'de> for AnnotatedTagObject
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 AnnotatedTagObject
impl PartialEq for AnnotatedTagObject
Source§impl Serialize for AnnotatedTagObject
impl Serialize for AnnotatedTagObject
impl StructuralPartialEq for AnnotatedTagObject
Auto Trait Implementations§
impl Freeze for AnnotatedTagObject
impl RefUnwindSafe for AnnotatedTagObject
impl Send for AnnotatedTagObject
impl Sync for AnnotatedTagObject
impl Unpin for AnnotatedTagObject
impl UnwindSafe for AnnotatedTagObject
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