pub enum DimType {
Cst,
Param,
In,
Out,
Set,
Div,
All,
}
Variants§
Implementations§
Trait Implementations§
impl Copy for DimType
impl Eq for DimType
impl StructuralPartialEq for DimType
Auto Trait Implementations§
impl Freeze for DimType
impl RefUnwindSafe for DimType
impl Send for DimType
impl Sync for DimType
impl Unpin for DimType
impl UnwindSafe for DimType
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