pub enum EnvironmentProtectionRules1ReviewersReviewerOneOf {
SimpleUser(SimpleUser),
Team(Team),
}
Expand description
AnyOf
Variants§
SimpleUser(SimpleUser)
Team(Team)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EnvironmentProtectionRules1ReviewersReviewerOneOf
impl<'de> Deserialize<'de> for EnvironmentProtectionRules1ReviewersReviewerOneOf
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 EnvironmentProtectionRules1ReviewersReviewerOneOf
impl RefUnwindSafe for EnvironmentProtectionRules1ReviewersReviewerOneOf
impl Send for EnvironmentProtectionRules1ReviewersReviewerOneOf
impl Sync for EnvironmentProtectionRules1ReviewersReviewerOneOf
impl Unpin for EnvironmentProtectionRules1ReviewersReviewerOneOf
impl UnwindSafe for EnvironmentProtectionRules1ReviewersReviewerOneOf
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