pub struct AllocationStatus {
pub pending: bool,
}
Expand description
Response type for AllocateStatus
Fields§
§pending: bool
Trait Implementations§
Source§impl Clone for AllocationStatus
impl Clone for AllocationStatus
Source§fn clone(&self) -> AllocationStatus
fn clone(&self) -> AllocationStatus
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 moreSource§impl Debug for AllocationStatus
impl Debug for AllocationStatus
Source§impl<'de> Deserialize<'de> for AllocationStatus
impl<'de> Deserialize<'de> for AllocationStatus
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 AllocationStatus
impl PartialEq for AllocationStatus
impl StructuralPartialEq for AllocationStatus
Auto Trait Implementations§
impl Freeze for AllocationStatus
impl RefUnwindSafe for AllocationStatus
impl Send for AllocationStatus
impl Sync for AllocationStatus
impl Unpin for AllocationStatus
impl UnwindSafe for AllocationStatus
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