Struct cln_plugin::options::config_type::DefaultString
source · 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 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