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