pub struct BranchProtectionRuleNumber(pub i64);
Expand description
BranchProtectionRuleNumber
JSON schema
{
"title": "Branch protection rule number",
"type": "integer",
"$schema": "http://json-schema.org/draft-07/schema"
}
Tuple Fields§
§0: i64
Trait Implementations§
Source§impl Clone for BranchProtectionRuleNumber
impl Clone for BranchProtectionRuleNumber
Source§fn clone(&self) -> BranchProtectionRuleNumber
fn clone(&self) -> BranchProtectionRuleNumber
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 BranchProtectionRuleNumber
impl Debug for BranchProtectionRuleNumber
Source§impl Deref for BranchProtectionRuleNumber
impl Deref for BranchProtectionRuleNumber
Source§impl<'de> Deserialize<'de> for BranchProtectionRuleNumber
impl<'de> Deserialize<'de> for BranchProtectionRuleNumber
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 From<&BranchProtectionRuleNumber> for BranchProtectionRuleNumber
impl From<&BranchProtectionRuleNumber> for BranchProtectionRuleNumber
Source§fn from(value: &BranchProtectionRuleNumber) -> Self
fn from(value: &BranchProtectionRuleNumber) -> Self
Converts to this type from the input type.
Source§impl From<BranchProtectionRuleNumber> for i64
impl From<BranchProtectionRuleNumber> for i64
Source§fn from(value: BranchProtectionRuleNumber) -> Self
fn from(value: BranchProtectionRuleNumber) -> Self
Converts to this type from the input type.
Source§impl From<i64> for BranchProtectionRuleNumber
impl From<i64> for BranchProtectionRuleNumber
Source§impl FromStr for BranchProtectionRuleNumber
impl FromStr for BranchProtectionRuleNumber
Source§impl TryFrom<&String> for BranchProtectionRuleNumber
impl TryFrom<&String> for BranchProtectionRuleNumber
Source§impl TryFrom<&str> for BranchProtectionRuleNumber
impl TryFrom<&str> for BranchProtectionRuleNumber
Auto Trait Implementations§
impl Freeze for BranchProtectionRuleNumber
impl RefUnwindSafe for BranchProtectionRuleNumber
impl Send for BranchProtectionRuleNumber
impl Sync for BranchProtectionRuleNumber
impl Unpin for BranchProtectionRuleNumber
impl UnwindSafe for BranchProtectionRuleNumber
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