pub struct AllocationTimeline {
pub starttime: String,
pub endtime: String,
}Fields§
§starttime: String§endtime: StringTrait Implementations§
Source§impl Clone for AllocationTimeline
impl Clone for AllocationTimeline
Source§fn clone(&self) -> AllocationTimeline
fn clone(&self) -> AllocationTimeline
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 AllocationTimeline
impl Debug for AllocationTimeline
Source§impl<'de> Deserialize<'de> for AllocationTimeline
impl<'de> Deserialize<'de> for AllocationTimeline
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 AllocationTimeline
impl PartialEq for AllocationTimeline
Source§fn eq(&self, other: &AllocationTimeline) -> bool
fn eq(&self, other: &AllocationTimeline) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AllocationTimeline
impl Serialize for AllocationTimeline
impl Eq for AllocationTimeline
impl StructuralPartialEq for AllocationTimeline
Auto Trait Implementations§
impl Freeze for AllocationTimeline
impl RefUnwindSafe for AllocationTimeline
impl Send for AllocationTimeline
impl Sync for AllocationTimeline
impl Unpin for AllocationTimeline
impl UnsafeUnpin for AllocationTimeline
impl UnwindSafe for AllocationTimeline
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