pub enum SelRetention {
Stay,
MoveUp,
SameId,
Reset,
}Variants§
Auto Trait Implementations§
impl Freeze for SelRetention
impl RefUnwindSafe for SelRetention
impl Send for SelRetention
impl Sync for SelRetention
impl Unpin for SelRetention
impl UnwindSafe for SelRetention
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