Struct fplus_lib::core::application::file::AllocationRequest
source · pub struct AllocationRequest {
pub actor: String,
pub id: String,
pub kind: AllocationRequestType,
pub is_active: bool,
pub allocation_amount: String,
}
Fields§
§actor: String
§id: String
§kind: AllocationRequestType
§is_active: bool
§allocation_amount: String
Implementations§
Trait Implementations§
source§impl Clone for AllocationRequest
impl Clone for AllocationRequest
source§fn clone(&self) -> AllocationRequest
fn clone(&self) -> AllocationRequest
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 AllocationRequest
impl Debug for AllocationRequest
source§impl<'de> Deserialize<'de> for AllocationRequest
impl<'de> Deserialize<'de> for AllocationRequest
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
Auto Trait Implementations§
impl RefUnwindSafe for AllocationRequest
impl Send for AllocationRequest
impl Sync for AllocationRequest
impl Unpin for AllocationRequest
impl UnwindSafe for AllocationRequest
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