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