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 Freeze for Integer
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)