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