pub struct ValueAxis;Auto Trait Implementations§
impl Freeze for ValueAxis
impl RefUnwindSafe for ValueAxis
impl Send for ValueAxis
impl Sync for ValueAxis
impl Unpin for ValueAxis
impl UnsafeUnpin for ValueAxis
impl UnwindSafe for ValueAxis
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