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