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
sourceimpl Clone for NONGetObjectOutputResponse
impl Clone for NONGetObjectOutputResponse
sourcefn clone(&self) -> NONGetObjectOutputResponse
fn clone(&self) -> NONGetObjectOutputResponse
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 moreAuto Trait Implementations
impl RefUnwindSafe for NONGetObjectOutputResponse
impl Send for NONGetObjectOutputResponse
impl Sync for NONGetObjectOutputResponse
impl Unpin for NONGetObjectOutputResponse
impl UnwindSafe for NONGetObjectOutputResponse
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