Struct cyfs_lib::SelectResponseObjectMetaInfo
source · [−]pub struct SelectResponseObjectMetaInfo {
pub size: u32,
pub insert_time: u64,
pub create_dec_id: Option<ObjectId>,
pub context: Option<String>,
pub last_access_rpath: Option<String>,
pub access_string: Option<u32>,
}
Fields
size: u32
insert_time: u64
create_dec_id: Option<ObjectId>
context: Option<String>
last_access_rpath: Option<String>
access_string: Option<u32>
Trait Implementations
sourceimpl Clone for SelectResponseObjectMetaInfo
impl Clone for SelectResponseObjectMetaInfo
sourcefn clone(&self) -> SelectResponseObjectMetaInfo
fn clone(&self) -> SelectResponseObjectMetaInfo
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 SelectResponseObjectMetaInfo
impl Debug for SelectResponseObjectMetaInfo
sourceimpl JsonCodec<SelectResponseObjectMetaInfo> for SelectResponseObjectMetaInfo
impl JsonCodec<SelectResponseObjectMetaInfo> for SelectResponseObjectMetaInfo
fn encode_json(&self) -> Map<String, Value>
fn decode_json(obj: &Map<String, Value>) -> BuckyResult<Self>
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 SelectResponseObjectMetaInfo
impl Send for SelectResponseObjectMetaInfo
impl Sync for SelectResponseObjectMetaInfo
impl Unpin for SelectResponseObjectMetaInfo
impl UnwindSafe for SelectResponseObjectMetaInfo
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