pub struct CodeIndexProofsListResult {
pub status: CodeIndexStatusView,
pub proofs: Vec<ContentProof>,
}Fields§
§status: CodeIndexStatusView§proofs: Vec<ContentProof>Trait Implementations§
Source§impl Clone for CodeIndexProofsListResult
impl Clone for CodeIndexProofsListResult
Source§fn clone(&self) -> CodeIndexProofsListResult
fn clone(&self) -> CodeIndexProofsListResult
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 CodeIndexProofsListResult
impl Debug for CodeIndexProofsListResult
Source§impl<'de> Deserialize<'de> for CodeIndexProofsListResult
impl<'de> Deserialize<'de> for CodeIndexProofsListResult
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 CodeIndexProofsListResult
impl RefUnwindSafe for CodeIndexProofsListResult
impl Send for CodeIndexProofsListResult
impl Sync for CodeIndexProofsListResult
impl Unpin for CodeIndexProofsListResult
impl UnsafeUnpin for CodeIndexProofsListResult
impl UnwindSafe for CodeIndexProofsListResult
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