pub enum ExpandDir {
Out,
In,
Both,
}Variants§
Trait Implementations§
impl Copy for ExpandDir
impl Eq for ExpandDir
impl StructuralPartialEq for ExpandDir
Auto Trait Implementations§
impl Freeze for ExpandDir
impl RefUnwindSafe for ExpandDir
impl Send for ExpandDir
impl Sync for ExpandDir
impl Unpin for ExpandDir
impl UnsafeUnpin for ExpandDir
impl UnwindSafe for ExpandDir
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