#[repr(C)]pub struct LoadNode_Response_Raw {
pub success: bool,
pub error_message: FFIString,
pub full_node_name: FFIString,
pub unique_id: u64,
}
Fields
success: bool
error_message: FFIString
full_node_name: FFIString
unique_id: u64
Trait Implementations
sourceimpl Debug for LoadNode_Response_Raw
impl Debug for LoadNode_Response_Raw
sourceimpl Default for LoadNode_Response_Raw
impl Default for LoadNode_Response_Raw
sourceimpl Drop for LoadNode_Response_Raw
impl Drop for LoadNode_Response_Raw
sourceimpl FFIToRust for LoadNode_Response_Raw
impl FFIToRust for LoadNode_Response_Raw
type Target = LoadNode_Response
unsafe fn to_rust(&self) -> Self::Target
impl Send for LoadNode_Response_Raw
impl Sync for LoadNode_Response_Raw
Auto Trait Implementations
impl RefUnwindSafe for LoadNode_Response_Raw
impl Unpin for LoadNode_Response_Raw
impl UnwindSafe for LoadNode_Response_Raw
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more