pub struct IpfsResult {
pub success: bool,
pub error: String,
}
Fields§
§success: bool
§error: String
Trait Implementations§
Source§impl Clone for IpfsResult
impl Clone for IpfsResult
Source§fn clone(&self) -> IpfsResult
fn clone(&self) -> IpfsResult
Returns a duplicate of the value. Read more
1.0.0 · 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 IpfsResult
impl Debug for IpfsResult
Auto Trait Implementations§
impl Freeze for IpfsResult
impl RefUnwindSafe for IpfsResult
impl Send for IpfsResult
impl Sync for IpfsResult
impl Unpin for IpfsResult
impl UnwindSafe for IpfsResult
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