pub struct CaseTypes {
pub const_define_case: CaseType,
pub function_name_case: CaseType,
pub member_name_case: CaseType,
pub type_name_case: CaseType,
pub file_name_case: CaseType,
pub default_case: CaseType,
}
Fields§
§const_define_case: CaseType
§function_name_case: CaseType
§member_name_case: CaseType
§type_name_case: CaseType
§file_name_case: CaseType
§default_case: CaseType
Implementations§
Source§impl CaseTypes
impl CaseTypes
pub fn new() -> CaseTypes
pub fn with_const_define(self, case_type: CaseType) -> Self
pub fn with_function_name(self, case_type: CaseType) -> Self
pub fn with_member_name(self, case_type: CaseType) -> Self
pub fn with_type_name(self, case_type: CaseType) -> Self
pub fn with_file_name(self, case_type: CaseType) -> Self
pub fn with_default(self, case_type: CaseType) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CaseTypes
impl RefUnwindSafe for CaseTypes
impl Send for CaseTypes
impl Sync for CaseTypes
impl Unpin for CaseTypes
impl UnwindSafe for CaseTypes
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