Struct cln_plugin::options::config_type::DefaultInteger
source · pub struct DefaultInteger;Trait Implementations§
source§impl Clone for DefaultInteger
impl Clone for DefaultInteger
source§fn clone(&self) -> DefaultInteger
fn clone(&self) -> DefaultInteger
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 DefaultInteger
impl Debug for DefaultInteger
source§impl<'a> OptionType<'a> for DefaultInteger
impl<'a> OptionType<'a> for DefaultInteger
type OutputValue = i64
type DefaultValue = i64
fn convert_default(value: &Self::DefaultValue) -> Option<Value>
fn from_value(value: &Option<Value>) -> i64
fn get_value_type() -> ValueType
Auto Trait Implementations§
impl RefUnwindSafe for DefaultInteger
impl Send for DefaultInteger
impl Sync for DefaultInteger
impl Unpin for DefaultInteger
impl UnwindSafe for DefaultInteger
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