pub struct Variable { /* private fields */ }Trait Implementations§
impl Copy for Variable
Source§impl DenseDefault for Variable
impl DenseDefault for Variable
fn dense_default() -> Self
Auto Trait Implementations§
impl !Send for Variable
impl !Sync for Variable
impl Freeze for Variable
impl RefUnwindSafe for Variable
impl Unpin for Variable
impl UnsafeUnpin for Variable
impl UnwindSafe for Variable
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