pub struct boardOrder;Trait Implementations§
Source§impl Field for boardOrder
impl Field for boardOrder
Auto Trait Implementations§
impl Freeze for boardOrder
impl RefUnwindSafe for boardOrder
impl Send for boardOrder
impl Sync for boardOrder
impl Unpin for boardOrder
impl UnwindSafe for boardOrder
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