pub struct SetFilename<S: State = Empty>(/* private fields */);Expand description
State transition - sets the filename field to Set
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for SetFilename<S>
impl<S> RefUnwindSafe for SetFilename<S>
impl<S> Send for SetFilename<S>
impl<S> Sync for SetFilename<S>
impl<S> Unpin for SetFilename<S>
impl<S> UnwindSafe for SetFilename<S>
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