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