Struct cyfs_lib::NONOutputRequestCommon
source · [−]pub struct NONOutputRequestCommon {
pub req_path: Option<String>,
pub dec_id: Option<ObjectId>,
pub level: NONAPILevel,
pub target: Option<ObjectId>,
pub flags: u32,
}Fields
req_path: Option<String>dec_id: Option<ObjectId>level: NONAPILeveltarget: Option<ObjectId>flags: u32Implementations
sourceimpl NONOutputRequestCommon
impl NONOutputRequestCommon
pub fn new(level: NONAPILevel) -> Self
Trait Implementations
sourceimpl Clone for NONOutputRequestCommon
impl Clone for NONOutputRequestCommon
sourcefn clone(&self) -> NONOutputRequestCommon
fn clone(&self) -> NONOutputRequestCommon
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
Auto Trait Implementations
impl RefUnwindSafe for NONOutputRequestCommon
impl Send for NONOutputRequestCommon
impl Sync for NONOutputRequestCommon
impl Unpin for NONOutputRequestCommon
impl UnwindSafe for NONOutputRequestCommon
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