pub struct AllocationHistoryRequest {
pub resource: String,
pub starttime: Option<String>,
pub endtime: Option<String>,
}Fields§
§resource: String§starttime: Option<String>§endtime: Option<String>Trait Implementations§
Source§impl Clone for AllocationHistoryRequest
impl Clone for AllocationHistoryRequest
Source§fn clone(&self) -> AllocationHistoryRequest
fn clone(&self) -> AllocationHistoryRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AllocationHistoryRequest
impl Debug for AllocationHistoryRequest
Source§impl<'de> Deserialize<'de> for AllocationHistoryRequest
impl<'de> Deserialize<'de> for AllocationHistoryRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AllocationHistoryRequest
impl PartialEq for AllocationHistoryRequest
Source§fn eq(&self, other: &AllocationHistoryRequest) -> bool
fn eq(&self, other: &AllocationHistoryRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AllocationHistoryRequest
impl Serialize for AllocationHistoryRequest
impl Eq for AllocationHistoryRequest
impl StructuralPartialEq for AllocationHistoryRequest
Auto Trait Implementations§
impl Freeze for AllocationHistoryRequest
impl RefUnwindSafe for AllocationHistoryRequest
impl Send for AllocationHistoryRequest
impl Sync for AllocationHistoryRequest
impl Unpin for AllocationHistoryRequest
impl UnsafeUnpin for AllocationHistoryRequest
impl UnwindSafe for AllocationHistoryRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more