pub struct DefaultString;
Trait Implementations§
Source§impl Clone for DefaultString
impl Clone for DefaultString
Source§fn clone(&self) -> DefaultString
fn clone(&self) -> DefaultString
Returns a copy 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 DefaultString
impl Debug for DefaultString
Source§impl<'a> OptionType<'a> for DefaultString
impl<'a> OptionType<'a> for DefaultString
type OutputValue = String
type DefaultValue = &'a str
fn convert_default(value: &Self::DefaultValue) -> Option<Value>
fn from_value(value: &Option<Value>) -> Self::OutputValue
fn get_value_type() -> ValueType
Auto Trait Implementations§
impl Freeze for DefaultString
impl RefUnwindSafe for DefaultString
impl Send for DefaultString
impl Sync for DefaultString
impl Unpin for DefaultString
impl UnwindSafe for DefaultString
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