pub struct ActionsWorkflowAccessToRepository<'a> {
pub access_level: Cow<'a, str>,
pub additionalProperties: HashMap<Cow<'a, str>, Value>,
}Fields§
§access_level: Cow<'a, str>Defines the level of access that workflows outside of the repository have to actions and reusable workflows within the
repository. none means access is only possible from workflows in this repository. Can be one of none, organization, enterprise.
additionalProperties: HashMap<Cow<'a, str>, Value>Trait Implementations§
Source§impl<'a> Clone for ActionsWorkflowAccessToRepository<'a>
impl<'a> Clone for ActionsWorkflowAccessToRepository<'a>
Source§fn clone(&self) -> ActionsWorkflowAccessToRepository<'a>
fn clone(&self) -> ActionsWorkflowAccessToRepository<'a>
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<'a> Debug for ActionsWorkflowAccessToRepository<'a>
impl<'a> Debug for ActionsWorkflowAccessToRepository<'a>
Source§impl<'a> Default for ActionsWorkflowAccessToRepository<'a>
impl<'a> Default for ActionsWorkflowAccessToRepository<'a>
Source§fn default() -> ActionsWorkflowAccessToRepository<'a>
fn default() -> ActionsWorkflowAccessToRepository<'a>
Returns the “default value” for a type. Read more
Source§impl<'de, 'a> Deserialize<'de> for ActionsWorkflowAccessToRepository<'a>
impl<'de, 'a> Deserialize<'de> for ActionsWorkflowAccessToRepository<'a>
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
impl<'a> Eq for ActionsWorkflowAccessToRepository<'a>
Source§impl<'a> PartialEq for ActionsWorkflowAccessToRepository<'a>
impl<'a> PartialEq for ActionsWorkflowAccessToRepository<'a>
Source§impl<'a> Serialize for ActionsWorkflowAccessToRepository<'a>
impl<'a> Serialize for ActionsWorkflowAccessToRepository<'a>
impl<'a> StructuralPartialEq for ActionsWorkflowAccessToRepository<'a>
Source§impl<'a> TryFrom<&ActionsWorkflowAccessToRepository<'a>> for Content<Body>
Available on crate feature hyper only.
impl<'a> TryFrom<&ActionsWorkflowAccessToRepository<'a>> for Content<Body>
Available on crate feature
hyper only.Source§impl<'a> TryFrom<&ActionsWorkflowAccessToRepository<'a>> for Content<Body>
Available on crate feature reqwest only.
impl<'a> TryFrom<&ActionsWorkflowAccessToRepository<'a>> for Content<Body>
Available on crate feature
reqwest only.Auto Trait Implementations§
impl<'a> Freeze for ActionsWorkflowAccessToRepository<'a>
impl<'a> RefUnwindSafe for ActionsWorkflowAccessToRepository<'a>
impl<'a> Send for ActionsWorkflowAccessToRepository<'a>
impl<'a> Sync for ActionsWorkflowAccessToRepository<'a>
impl<'a> Unpin for ActionsWorkflowAccessToRepository<'a>
impl<'a> UnsafeUnpin for ActionsWorkflowAccessToRepository<'a>
impl<'a> UnwindSafe for ActionsWorkflowAccessToRepository<'a>
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.