pub struct OssLocalProofgraphResponse {
pub nodes: Option<Option<Value>>,
pub path: Option<String>,
pub status: Option<String>,
pub message: Option<String>,
}Expand description
OssLocalProofgraphResponse : Local proofgraph payload. When the file is unavailable, status is unavailable and nodes is empty.
Fields§
§nodes: Option<Option<Value>>§path: Option<String>§status: Option<String>§message: Option<String>Implementations§
Source§impl OssLocalProofgraphResponse
impl OssLocalProofgraphResponse
Sourcepub fn new() -> OssLocalProofgraphResponse
pub fn new() -> OssLocalProofgraphResponse
Local proofgraph payload. When the file is unavailable, status is unavailable and nodes is empty.
Trait Implementations§
Source§impl Clone for OssLocalProofgraphResponse
impl Clone for OssLocalProofgraphResponse
Source§fn clone(&self) -> OssLocalProofgraphResponse
fn clone(&self) -> OssLocalProofgraphResponse
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 OssLocalProofgraphResponse
impl Debug for OssLocalProofgraphResponse
Source§impl Default for OssLocalProofgraphResponse
impl Default for OssLocalProofgraphResponse
Source§fn default() -> OssLocalProofgraphResponse
fn default() -> OssLocalProofgraphResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OssLocalProofgraphResponse
impl<'de> Deserialize<'de> for OssLocalProofgraphResponse
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
impl StructuralPartialEq for OssLocalProofgraphResponse
Auto Trait Implementations§
impl Freeze for OssLocalProofgraphResponse
impl RefUnwindSafe for OssLocalProofgraphResponse
impl Send for OssLocalProofgraphResponse
impl Sync for OssLocalProofgraphResponse
impl Unpin for OssLocalProofgraphResponse
impl UnsafeUnpin for OssLocalProofgraphResponse
impl UnwindSafe for OssLocalProofgraphResponse
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