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