pub struct RunStyle {
pub val: String,
}
Fields§
§val: String
Implementations§
Trait Implementations§
impl StructuralPartialEq for RunStyle
Auto Trait Implementations§
impl Freeze for RunStyle
impl RefUnwindSafe for RunStyle
impl Send for RunStyle
impl Sync for RunStyle
impl Unpin for RunStyle
impl UnwindSafe for RunStyle
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