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