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 Path for LowerUscore
impl Path for LowerUscore
Source§impl Validator<str> for LowerUscore
impl Validator<str> for LowerUscore
fn validate(&self, s: &str, ctx: &mut dyn VisitorContext)
Auto Trait Implementations§
impl Freeze for LowerUscore
impl RefUnwindSafe for LowerUscore
impl Send for LowerUscore
impl Sync for LowerUscore
impl Unpin for LowerUscore
impl UnsafeUnpin 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