pub enum ProportionType {
BilateralAgreement,
Percent,
}Expand description
Tranche proportion type.
Variants§
Trait Implementations§
Source§impl Clone for ProportionType
impl Clone for ProportionType
Source§fn clone(&self) -> ProportionType
fn clone(&self) -> ProportionType
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 moreimpl Copy for ProportionType
Source§impl Debug for ProportionType
impl Debug for ProportionType
Source§impl<'de> Deserialize<'de> for ProportionType
impl<'de> Deserialize<'de> for ProportionType
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
impl Eq for ProportionType
Source§impl PartialEq for ProportionType
impl PartialEq for ProportionType
Source§fn eq(&self, other: &ProportionType) -> bool
fn eq(&self, other: &ProportionType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ProportionType
impl Serialize for ProportionType
impl StructuralPartialEq for ProportionType
Auto Trait Implementations§
impl Freeze for ProportionType
impl RefUnwindSafe for ProportionType
impl Send for ProportionType
impl Sync for ProportionType
impl Unpin for ProportionType
impl UnsafeUnpin for ProportionType
impl UnwindSafe for ProportionType
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