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