pub struct CookieFsm { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CookieFsm
impl RefUnwindSafe for CookieFsm
impl Send for CookieFsm
impl Sync for CookieFsm
impl Unpin for CookieFsm
impl UnwindSafe for CookieFsm
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