pub struct UpperCamel {}Expand description
UpperCamel
Trait Implementations§
Source§impl Clone for UpperCamel
impl Clone for UpperCamel
Source§fn clone(&self) -> UpperCamel
fn clone(&self) -> UpperCamel
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 UpperCamel
impl Debug for UpperCamel
Source§impl Default for UpperCamel
impl Default for UpperCamel
Source§fn default() -> UpperCamel
fn default() -> UpperCamel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpperCamel
impl<'de> Deserialize<'de> for UpperCamel
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 FieldValue for UpperCamel
impl FieldValue for UpperCamel
Source§impl PartialEq for UpperCamel
impl PartialEq for UpperCamel
Source§impl Path for UpperCamel
impl Path for UpperCamel
Source§impl SanitizeAuto for UpperCamel
impl SanitizeAuto for UpperCamel
fn sanitize_self(&mut self)
fn sanitize_children(&mut self)
fn sanitize_self_with(&mut self, _ctx: &SanitizeContext)
fn sanitize_children_with(&mut self, _ctx: &SanitizeContext)
Source§impl SanitizeCustom for UpperCamel
impl SanitizeCustom for UpperCamel
fn sanitize_custom(&mut self)
fn sanitize_custom_with(&mut self, _ctx: &SanitizeContext)
Source§impl Serialize for UpperCamel
impl Serialize for UpperCamel
Source§impl ValidateAuto for UpperCamel
impl ValidateAuto for UpperCamel
fn validate_self(&self) -> Result<(), ErrorTree>
fn validate_children(&self) -> Result<(), ErrorTree>
fn validate_self_with(&self, _ctx: &ValidateContext) -> Result<(), ErrorTree>
fn validate_children_with( &self, _ctx: &ValidateContext, ) -> Result<(), ErrorTree>
Source§impl ValidateCustom for UpperCamel
impl ValidateCustom for UpperCamel
fn validate_custom(&self) -> Result<(), ErrorTree>
fn validate_custom_with(&self, _ctx: &ValidateContext) -> Result<(), ErrorTree>
Source§impl Visitable for UpperCamel
impl Visitable for UpperCamel
impl Eq for UpperCamel
impl StructuralPartialEq for UpperCamel
Auto Trait Implementations§
impl Freeze for UpperCamel
impl RefUnwindSafe for UpperCamel
impl Send for UpperCamel
impl Sync for UpperCamel
impl Unpin for UpperCamel
impl UnwindSafe for UpperCamel
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