Struct cyfs_lib::CryptoSignObjectOutputResponse
source · [−]pub struct CryptoSignObjectOutputResponse {
pub result: SignObjectResult,
pub object: Option<NONObjectInfo>,
}
Fields
result: SignObjectResult
object: Option<NONObjectInfo>
Trait Implementations
sourceimpl Clone for CryptoSignObjectOutputResponse
impl Clone for CryptoSignObjectOutputResponse
sourcefn clone(&self) -> CryptoSignObjectOutputResponse
fn clone(&self) -> CryptoSignObjectOutputResponse
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl JsonCodec<CryptoSignObjectOutputResponse> for CryptoSignObjectInputResponse
impl JsonCodec<CryptoSignObjectOutputResponse> for CryptoSignObjectInputResponse
fn encode_json(&self) -> Map<String, Value>
fn decode_json(
obj: &Map<String, Value>
) -> BuckyResult<CryptoSignObjectInputResponse>
fn encode_string(&self) -> String
fn decode_string(value: &str) -> Result<T, BuckyError>
fn decode_value(value: &Value) -> Result<T, BuckyError>
fn encode_value(&self) -> Value
Auto Trait Implementations
impl RefUnwindSafe for CryptoSignObjectOutputResponse
impl Send for CryptoSignObjectOutputResponse
impl Sync for CryptoSignObjectOutputResponse
impl Unpin for CryptoSignObjectOutputResponse
impl UnwindSafe for CryptoSignObjectOutputResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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