pub struct LndRestConfig {
pub url: String,
pub macaroon_hex: String,
}Fields§
§url: String§macaroon_hex: StringAuto Trait Implementations§
impl Freeze for LndRestConfig
impl RefUnwindSafe for LndRestConfig
impl Send for LndRestConfig
impl Sync for LndRestConfig
impl Unpin for LndRestConfig
impl UnsafeUnpin for LndRestConfig
impl UnwindSafe for LndRestConfig
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