pub struct FileCommitContentLinks {
pub param_self: Option<String>,
pub git: Option<String>,
pub html: Option<String>,
}
Fields§
§param_self: Option<String>
§git: Option<String>
§html: Option<String>
Implementations§
Source§impl FileCommitContentLinks
impl FileCommitContentLinks
pub fn new() -> FileCommitContentLinks
Trait Implementations§
Source§impl Clone for FileCommitContentLinks
impl Clone for FileCommitContentLinks
Source§fn clone(&self) -> FileCommitContentLinks
fn clone(&self) -> FileCommitContentLinks
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 FileCommitContentLinks
impl Debug for FileCommitContentLinks
Source§impl Default for FileCommitContentLinks
impl Default for FileCommitContentLinks
Source§fn default() -> FileCommitContentLinks
fn default() -> FileCommitContentLinks
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FileCommitContentLinks
impl<'de> Deserialize<'de> for FileCommitContentLinks
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 FileCommitContentLinks
impl PartialEq for FileCommitContentLinks
Source§impl Serialize for FileCommitContentLinks
impl Serialize for FileCommitContentLinks
impl StructuralPartialEq for FileCommitContentLinks
Auto Trait Implementations§
impl Freeze for FileCommitContentLinks
impl RefUnwindSafe for FileCommitContentLinks
impl Send for FileCommitContentLinks
impl Sync for FileCommitContentLinks
impl Unpin for FileCommitContentLinks
impl UnwindSafe for FileCommitContentLinks
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