pub enum RepositoryRulesetTarget {
Branch,
Push,
Tag,
Other(String),
}Variants§
Trait Implementations§
Source§impl Debug for RepositoryRulesetTarget
impl Debug for RepositoryRulesetTarget
Source§impl<'de> Deserialize<'de> for RepositoryRulesetTarget
impl<'de> Deserialize<'de> for RepositoryRulesetTarget
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RepositoryRulesetTarget
impl RefUnwindSafe for RepositoryRulesetTarget
impl Send for RepositoryRulesetTarget
impl Sync for RepositoryRulesetTarget
impl Unpin for RepositoryRulesetTarget
impl UnsafeUnpin for RepositoryRulesetTarget
impl UnwindSafe for RepositoryRulesetTarget
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