Struct cyfs_lib::CryptoOutputRequestCommon
source · [−]pub struct CryptoOutputRequestCommon {
pub req_path: Option<String>,
pub dec_id: Option<ObjectId>,
pub target: Option<ObjectId>,
pub flags: u32,
}
Fields
req_path: Option<String>
dec_id: Option<ObjectId>
target: Option<ObjectId>
flags: u32
Trait Implementations
sourceimpl Clone for CryptoOutputRequestCommon
impl Clone for CryptoOutputRequestCommon
sourcefn clone(&self) -> CryptoOutputRequestCommon
fn clone(&self) -> CryptoOutputRequestCommon
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for CryptoOutputRequestCommon
impl Debug for CryptoOutputRequestCommon
sourceimpl Default for CryptoOutputRequestCommon
impl Default for CryptoOutputRequestCommon
Auto Trait Implementations
impl RefUnwindSafe for CryptoOutputRequestCommon
impl Send for CryptoOutputRequestCommon
impl Sync for CryptoOutputRequestCommon
impl Unpin for CryptoOutputRequestCommon
impl UnwindSafe for CryptoOutputRequestCommon
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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