pub enum RepoUpdateBranchProtectionPrioriesError {
Status404(),
Status422(),
Status423(),
UnknownValue(Value),
}Expand description
struct for typed errors of method repo_update_branch_protection_priories
Variants§
Trait Implementations§
Source§impl Clone for RepoUpdateBranchProtectionPrioriesError
impl Clone for RepoUpdateBranchProtectionPrioriesError
Source§fn clone(&self) -> RepoUpdateBranchProtectionPrioriesError
fn clone(&self) -> RepoUpdateBranchProtectionPrioriesError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for RepoUpdateBranchProtectionPrioriesError
impl<'de> Deserialize<'de> for RepoUpdateBranchProtectionPrioriesError
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
Auto Trait Implementations§
impl Freeze for RepoUpdateBranchProtectionPrioriesError
impl RefUnwindSafe for RepoUpdateBranchProtectionPrioriesError
impl Send for RepoUpdateBranchProtectionPrioriesError
impl Sync for RepoUpdateBranchProtectionPrioriesError
impl Unpin for RepoUpdateBranchProtectionPrioriesError
impl UnsafeUnpin for RepoUpdateBranchProtectionPrioriesError
impl UnwindSafe for RepoUpdateBranchProtectionPrioriesError
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