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