pub struct GetPropertiesResponse {
pub container: Container,
pub request_id: RequestId,
pub date: OffsetDateTime,
}
Fields§
§container: Container
§request_id: RequestId
§date: OffsetDateTime
Trait Implementations§
source§impl Clone for GetPropertiesResponse
impl Clone for GetPropertiesResponse
source§fn clone(&self) -> GetPropertiesResponse
fn clone(&self) -> GetPropertiesResponse
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