Struct cyfs_lib::MetaInputRequestCommon
source · pub struct MetaInputRequestCommon {
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 MetaInputRequestCommon
impl Clone for MetaInputRequestCommon
sourcefn clone(&self) -> MetaInputRequestCommon
fn clone(&self) -> MetaInputRequestCommon
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 MetaInputRequestCommon
impl Debug for MetaInputRequestCommon
Auto Trait Implementations
impl RefUnwindSafe for MetaInputRequestCommon
impl Send for MetaInputRequestCommon
impl Sync for MetaInputRequestCommon
impl Unpin for MetaInputRequestCommon
impl UnwindSafe for MetaInputRequestCommon
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