pub enum DeleteReposRemoveTeamAccessRestrictions {
DeleteReposRemoveTeamAccessRestrictionsVariant0(HashMap<String, Vec<String>>),
DeleteReposRemoveTeamAccessRestrictionsVariant1(Vec<String>),
}Variants§
DeleteReposRemoveTeamAccessRestrictionsVariant0(HashMap<String, Vec<String>>)
DeleteReposRemoveTeamAccessRestrictionsVariant1(Vec<String>)
Trait Implementations§
Source§impl Clone for DeleteReposRemoveTeamAccessRestrictions
impl Clone for DeleteReposRemoveTeamAccessRestrictions
Source§fn clone(&self) -> DeleteReposRemoveTeamAccessRestrictions
fn clone(&self) -> DeleteReposRemoveTeamAccessRestrictions
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<'de> Deserialize<'de> for DeleteReposRemoveTeamAccessRestrictions
impl<'de> Deserialize<'de> for DeleteReposRemoveTeamAccessRestrictions
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 PartialEq for DeleteReposRemoveTeamAccessRestrictions
impl PartialEq for DeleteReposRemoveTeamAccessRestrictions
Source§fn eq(&self, other: &DeleteReposRemoveTeamAccessRestrictions) -> bool
fn eq(&self, other: &DeleteReposRemoveTeamAccessRestrictions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteReposRemoveTeamAccessRestrictions
Auto Trait Implementations§
impl Freeze for DeleteReposRemoveTeamAccessRestrictions
impl RefUnwindSafe for DeleteReposRemoveTeamAccessRestrictions
impl Send for DeleteReposRemoveTeamAccessRestrictions
impl Sync for DeleteReposRemoveTeamAccessRestrictions
impl Unpin for DeleteReposRemoveTeamAccessRestrictions
impl UnwindSafe for DeleteReposRemoveTeamAccessRestrictions
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