pub struct MaxFilePathLength {
pub type: Type,
pub parameters: Option<Box<MaxFilePathLengthParameters>>,
}
Expand description
MaxFilePathLength : Note: max_file_path_length is in beta and subject to change. Prevent commits that include file paths that exceed a specified character limit from being pushed to the commit graph.
Fields§
§type: Type
§parameters: Option<Box<MaxFilePathLengthParameters>>
Implementations§
Source§impl MaxFilePathLength
impl MaxFilePathLength
Sourcepub fn new(type: Type) -> MaxFilePathLength
pub fn new(type: Type) -> MaxFilePathLength
Note: max_file_path_length is in beta and subject to change. Prevent commits that include file paths that exceed a specified character limit from being pushed to the commit graph.
Trait Implementations§
Source§impl Clone for MaxFilePathLength
impl Clone for MaxFilePathLength
Source§fn clone(&self) -> MaxFilePathLength
fn clone(&self) -> MaxFilePathLength
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 MaxFilePathLength
impl Debug for MaxFilePathLength
Source§impl Default for MaxFilePathLength
impl Default for MaxFilePathLength
Source§fn default() -> MaxFilePathLength
fn default() -> MaxFilePathLength
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MaxFilePathLength
impl<'de> Deserialize<'de> for MaxFilePathLength
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 PartialEq for MaxFilePathLength
impl PartialEq for MaxFilePathLength
Source§impl Serialize for MaxFilePathLength
impl Serialize for MaxFilePathLength
impl StructuralPartialEq for MaxFilePathLength
Auto Trait Implementations§
impl Freeze for MaxFilePathLength
impl RefUnwindSafe for MaxFilePathLength
impl Send for MaxFilePathLength
impl Sync for MaxFilePathLength
impl Unpin for MaxFilePathLength
impl UnwindSafe for MaxFilePathLength
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