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