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