Struct cyfs_lib::NONSelectObjectOutputRequest
source · [−]pub struct NONSelectObjectOutputRequest {
pub common: NONOutputRequestCommon,
pub filter: SelectFilter,
pub opt: Option<SelectOption>,
}Fields
common: NONOutputRequestCommonfilter: SelectFilteropt: Option<SelectOption>Implementations
sourceimpl NONSelectObjectOutputRequest
impl NONSelectObjectOutputRequest
pub fn new(
level: NONAPILevel,
filter: SelectFilter,
opt: Option<SelectOption>
) -> Self
pub fn new_noc(filter: SelectFilter, opt: Option<SelectOption>) -> Self
pub fn new_non(
target: Option<DeviceId>,
filter: SelectFilter,
opt: Option<SelectOption>
) -> Self
pub fn new_router(
target: Option<ObjectId>,
filter: SelectFilter,
opt: Option<SelectOption>
) -> Self
Trait Implementations
sourceimpl Clone for NONSelectObjectOutputRequest
impl Clone for NONSelectObjectOutputRequest
sourcefn clone(&self) -> NONSelectObjectOutputRequest
fn clone(&self) -> NONSelectObjectOutputRequest
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 NONSelectObjectOutputRequest
impl Send for NONSelectObjectOutputRequest
impl Sync for NONSelectObjectOutputRequest
impl Unpin for NONSelectObjectOutputRequest
impl UnwindSafe for NONSelectObjectOutputRequest
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