Struct cyfs_lib::CryptoSignObjectInputRequest
source · [−]pub struct CryptoSignObjectInputRequest {
pub common: CryptoInputRequestCommon,
pub object: NONObjectInfo,
pub flags: u32,
}
Fields
common: CryptoInputRequestCommon
object: NONObjectInfo
flags: u32
Trait Implementations
sourceimpl Clone for CryptoSignObjectInputRequest
impl Clone for CryptoSignObjectInputRequest
sourcefn clone(&self) -> CryptoSignObjectInputRequest
fn clone(&self) -> CryptoSignObjectInputRequest
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 Debug for CryptoSignObjectInputRequest
impl Debug for CryptoSignObjectInputRequest
sourceimpl ExpReservedTokenTranslator for CryptoSignObjectInputRequest
impl ExpReservedTokenTranslator for CryptoSignObjectInputRequest
fn trans(&self, token: &str) -> ExpTokenEvalValue
sourceimpl JsonCodec<CryptoSignObjectInputRequest> for CryptoSignObjectInputRequest
impl JsonCodec<CryptoSignObjectInputRequest> for CryptoSignObjectInputRequest
fn encode_json(&self) -> Map<String, Value>
fn decode_json(
obj: &Map<String, Value>
) -> BuckyResult<CryptoSignObjectInputRequest>
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 CryptoSignObjectInputRequest
impl Send for CryptoSignObjectInputRequest
impl Sync for CryptoSignObjectInputRequest
impl Unpin for CryptoSignObjectInputRequest
impl UnwindSafe for CryptoSignObjectInputRequest
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