Struct fplus_lib::core::application::file::Allocation
source · pub struct Allocation {
pub id: String,
pub request_type: String,
pub created_at: String,
pub updated_at: String,
pub is_active: bool,
pub amount: String,
pub signers: Notaries,
}
Fields§
§id: String
§request_type: String
§created_at: String
§updated_at: String
§is_active: bool
§amount: String
§signers: Notaries
Implementations§
source§impl Allocation
impl Allocation
pub fn new(request_information: AllocationRequest) -> Self
Trait Implementations§
source§impl Clone for Allocation
impl Clone for Allocation
source§fn clone(&self) -> Allocation
fn clone(&self) -> Allocation
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 Allocation
impl Debug for Allocation
source§impl<'de> Deserialize<'de> for Allocation
impl<'de> Deserialize<'de> for Allocation
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 Allocation
impl Send for Allocation
impl Sync for Allocation
impl Unpin for Allocation
impl UnwindSafe for Allocation
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