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