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