pub struct LegRepoCollateralSecurityType;Expand description
LegRepoCollateralSecurityType (250).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LegRepoCollateralSecurityType
impl RefUnwindSafe for LegRepoCollateralSecurityType
impl Send for LegRepoCollateralSecurityType
impl Sync for LegRepoCollateralSecurityType
impl Unpin for LegRepoCollateralSecurityType
impl UnsafeUnpin for LegRepoCollateralSecurityType
impl UnwindSafe for LegRepoCollateralSecurityType
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