Struct mutiny_core::nodemanager::LnUrlParams
source · pub struct LnUrlParams {
pub max: u64,
pub min: u64,
pub tag: String,
}Fields§
§max: u64§min: u64§tag: StringAuto Trait Implementations§
impl RefUnwindSafe for LnUrlParams
impl Send for LnUrlParams
impl Sync for LnUrlParams
impl Unpin for LnUrlParams
impl UnwindSafe for LnUrlParams
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