pub struct RepositoryRuleMaxFileSize {
pub _type: Option<String>,
pub parameters: Option<RepositoryrulemaxfilesizeParameters>,
}Expand description
Prevent commits with individual files that exceed the specified limit from being pushed to the commit graph.
Fields§
§_type: Option<String>§parameters: Option<RepositoryrulemaxfilesizeParameters>Trait Implementations§
Source§impl Clone for RepositoryRuleMaxFileSize
impl Clone for RepositoryRuleMaxFileSize
Source§fn clone(&self) -> RepositoryRuleMaxFileSize
fn clone(&self) -> RepositoryRuleMaxFileSize
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 Debug for RepositoryRuleMaxFileSize
impl Debug for RepositoryRuleMaxFileSize
Source§impl Default for RepositoryRuleMaxFileSize
impl Default for RepositoryRuleMaxFileSize
Source§fn default() -> RepositoryRuleMaxFileSize
fn default() -> RepositoryRuleMaxFileSize
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RepositoryRuleMaxFileSize
impl<'de> Deserialize<'de> for RepositoryRuleMaxFileSize
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 From<RepositoryRuleMaxFileSize> for RepositoryRule
impl From<RepositoryRuleMaxFileSize> for RepositoryRule
Source§fn from(value: RepositoryRuleMaxFileSize) -> Self
fn from(value: RepositoryRuleMaxFileSize) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for RepositoryRuleMaxFileSize
Auto Trait Implementations§
impl Freeze for RepositoryRuleMaxFileSize
impl RefUnwindSafe for RepositoryRuleMaxFileSize
impl Send for RepositoryRuleMaxFileSize
impl Sync for RepositoryRuleMaxFileSize
impl Unpin for RepositoryRuleMaxFileSize
impl UnwindSafe for RepositoryRuleMaxFileSize
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