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