pub struct FStack { /* private fields */ }
Implementations§
Source§impl FStack
impl FStack
pub fn new() -> Self
pub fn push_action(&mut self, action: FStackAction)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FStack
impl RefUnwindSafe for FStack
impl Send for FStack
impl Sync for FStack
impl Unpin for FStack
impl UnwindSafe for FStack
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