Struct cyfs_lib::NONInputRequestCommon
source · pub struct NONInputRequestCommon {
pub req_path: Option<String>,
pub source: RequestSourceInfo,
pub level: NONAPILevel,
pub target: Option<ObjectId>,
pub flags: u32,
}
Fields
req_path: Option<String>
source: RequestSourceInfo
level: NONAPILevel
target: Option<ObjectId>
flags: u32
Trait Implementations
sourceimpl Clone for NONInputRequestCommon
impl Clone for NONInputRequestCommon
sourcefn clone(&self) -> NONInputRequestCommon
fn clone(&self) -> NONInputRequestCommon
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 NONInputRequestCommon
impl Debug for NONInputRequestCommon
sourceimpl Display for NONInputRequestCommon
impl Display for NONInputRequestCommon
sourceimpl JsonCodec<NONInputRequestCommon> for NONInputRequestCommon
impl JsonCodec<NONInputRequestCommon> for NONInputRequestCommon
fn encode_json(&self) -> Map<String, Value>
fn decode_json(obj: &Map<String, Value>) -> BuckyResult<NONInputRequestCommon>
fn encode_string(&self) -> String
fn decode_string(value: &str) -> Result<T, BuckyError>
fn decode_value(value: &Value) -> Result<T, BuckyError>
fn encode_value(&self) -> Value
Auto Trait Implementations
impl RefUnwindSafe for NONInputRequestCommon
impl Send for NONInputRequestCommon
impl Sync for NONInputRequestCommon
impl Unpin for NONInputRequestCommon
impl UnwindSafe for NONInputRequestCommon
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