pub enum Atype {
Array,
Scaled,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Atype
impl RefUnwindSafe for Atype
impl Send for Atype
impl Sync for Atype
impl Unpin for Atype
impl UnwindSafe for Atype
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