pub struct RailUi { /* private fields */ }Expand description
Builder handed to the Rail::show closure.
Implementations§
Auto Trait Implementations§
impl Freeze for RailUi
impl RefUnwindSafe for RailUi
impl Send for RailUi
impl Sync for RailUi
impl Unpin for RailUi
impl UnsafeUnpin for RailUi
impl UnwindSafe for RailUi
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