pub struct Gitlab {
pub merge_method: String,
pub squash_option: String,
pub squash_commit_template: String,
pub push_access_level: i64,
pub merge_access_level: i64,
}Expand description
The protection.gitlab table.
Fields§
§merge_method: StringF: invariant, linear history.
squash_option: StringF: invariant, always squash.
squash_commit_template: StringF: invariant, references title and description.
push_access_level: i64F: invariant, zero.
merge_access_level: i64F: floor thirty.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Gitlab
impl<'de> Deserialize<'de> for Gitlab
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 Eq for Gitlab
impl StructuralPartialEq for Gitlab
Auto Trait Implementations§
impl Freeze for Gitlab
impl RefUnwindSafe for Gitlab
impl Send for Gitlab
impl Sync for Gitlab
impl Unpin for Gitlab
impl UnsafeUnpin for Gitlab
impl UnwindSafe for Gitlab
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
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.