pub struct LoanId(/* private fields */);Expand description
Loan/order identifier.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LoanId
impl<'de> Deserialize<'de> for LoanId
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 Copy for LoanId
impl Eq for LoanId
impl StructuralPartialEq for LoanId
Auto Trait Implementations§
impl Freeze for LoanId
impl RefUnwindSafe for LoanId
impl Send for LoanId
impl Sync for LoanId
impl Unpin for LoanId
impl UnsafeUnpin for LoanId
impl UnwindSafe for LoanId
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