pub enum PP {
Pre,
Post,
}Variants§
Trait Implementations§
impl Copy for PP
impl Eq for PP
impl StructuralPartialEq for PP
Auto Trait Implementations§
impl Freeze for PP
impl RefUnwindSafe for PP
impl Send for PP
impl Sync for PP
impl Unpin for PP
impl UnwindSafe for PP
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