pub struct AddLNPFileResponse {
pub status: Option<String>,
pub attachment: Option<String>,
}Expand description
Response body for Client::add_lnp_file (wire method addLNPFile).
Fields§
§status: Option<String>§attachment: Option<String>Trait Implementations§
Source§impl Clone for AddLNPFileResponse
impl Clone for AddLNPFileResponse
Source§fn clone(&self) -> AddLNPFileResponse
fn clone(&self) -> AddLNPFileResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AddLNPFileResponse
impl Debug for AddLNPFileResponse
Source§impl Default for AddLNPFileResponse
impl Default for AddLNPFileResponse
Source§fn default() -> AddLNPFileResponse
fn default() -> AddLNPFileResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AddLNPFileResponse
impl<'de> Deserialize<'de> for AddLNPFileResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AddLNPFileResponse
impl RefUnwindSafe for AddLNPFileResponse
impl Send for AddLNPFileResponse
impl Sync for AddLNPFileResponse
impl Unpin for AddLNPFileResponse
impl UnsafeUnpin for AddLNPFileResponse
impl UnwindSafe for AddLNPFileResponse
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