pub enum YoctoVarType {
Value,
Override(String),
Flag(String),
}Variants§
Auto Trait Implementations§
impl Freeze for YoctoVarType
impl RefUnwindSafe for YoctoVarType
impl Send for YoctoVarType
impl Sync for YoctoVarType
impl Unpin for YoctoVarType
impl UnsafeUnpin for YoctoVarType
impl UnwindSafe for YoctoVarType
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