Struct cyfs_lib::OpEnvInputRequestCommon
source · [−]pub struct OpEnvInputRequestCommon {
pub source: RequestSourceInfo,
pub target_dec_id: Option<ObjectId>,
pub target: Option<ObjectId>,
pub flags: u32,
pub sid: u64,
}
Fields
source: RequestSourceInfo
target_dec_id: Option<ObjectId>
target: Option<ObjectId>
flags: u32
sid: u64
Trait Implementations
sourceimpl Clone for OpEnvInputRequestCommon
impl Clone for OpEnvInputRequestCommon
sourcefn clone(&self) -> OpEnvInputRequestCommon
fn clone(&self) -> OpEnvInputRequestCommon
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 OpEnvInputRequestCommon
impl Debug for OpEnvInputRequestCommon
Auto Trait Implementations
impl RefUnwindSafe for OpEnvInputRequestCommon
impl Send for OpEnvInputRequestCommon
impl Sync for OpEnvInputRequestCommon
impl Unpin for OpEnvInputRequestCommon
impl UnwindSafe for OpEnvInputRequestCommon
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