Struct cyfs_lib::NONDeleteObjectInputRequest
source · [−]pub struct NONDeleteObjectInputRequest {
pub common: NONInputRequestCommon,
pub object_id: ObjectId,
pub inner_path: Option<String>,
}
Fields
common: NONInputRequestCommon
object_id: ObjectId
inner_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 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl 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
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 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