Struct cyfs_lib::NONGetObjectOutputResponse
source · pub struct NONGetObjectOutputResponse {
pub object_update_time: Option<u64>,
pub object_expires_time: Option<u64>,
pub object: NONObjectInfo,
pub attr: Option<Attributes>,
}
Fields§
§object_update_time: Option<u64>
§object_expires_time: Option<u64>
§object: NONObjectInfo
§attr: Option<Attributes>
Trait Implementations§
source§impl Clone for NONGetObjectOutputResponse
impl Clone for NONGetObjectOutputResponse
source§fn clone(&self) -> NONGetObjectOutputResponse
fn clone(&self) -> NONGetObjectOutputResponse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more