Struct cyfs_lib::NONDeleteObjectInputRequest
source · [−]pub struct NONDeleteObjectInputRequest {
pub common: NONInputRequestCommon,
pub object_id: ObjectId,
pub inner_path: Option<String>,
}Fields
common: NONInputRequestCommonobject_id: ObjectIdinner_path: Option<String>Trait Implementations
sourceimpl Clone for NONDeleteObjectInputRequest
impl Clone for NONDeleteObjectInputRequest
sourcefn clone(&self) -> NONDeleteObjectInputRequest
fn clone(&self) -> NONDeleteObjectInputRequest
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
sourceimpl Debug for NONDeleteObjectInputRequest
impl Debug for NONDeleteObjectInputRequest
sourceimpl Display for NONDeleteObjectInputRequest
impl Display for NONDeleteObjectInputRequest
sourceimpl ExpReservedTokenTranslator for NONDeleteObjectInputRequest
impl ExpReservedTokenTranslator for NONDeleteObjectInputRequest
fn trans(&self, token: &str) -> ExpTokenEvalValue
sourceimpl JsonCodec<NONDeleteObjectInputRequest> for NONDeleteObjectInputRequest
impl JsonCodec<NONDeleteObjectInputRequest> for NONDeleteObjectInputRequest
fn encode_json(&self) -> Map<String, Value>
fn decode_json(
obj: &Map<String, Value>
) -> BuckyResult<NONDeleteObjectInputRequest>
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
sourceimpl RequestDecChecker for NONDeleteObjectInputRequest
impl RequestDecChecker for NONDeleteObjectInputRequest
fn check(&self, dec_id: &ObjectId) -> RequestDecType
Auto Trait Implementations
impl RefUnwindSafe for NONDeleteObjectInputRequest
impl Send for NONDeleteObjectInputRequest
impl Sync for NONDeleteObjectInputRequest
impl Unpin for NONDeleteObjectInputRequest
impl UnwindSafe for NONDeleteObjectInputRequest
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