pub struct SetRequestedAt<St: State = Empty>(/* private fields */);Expand description
State transition - sets the requested_at field to Set
Trait Implementations§
Source§impl<St: State> State for SetRequestedAt<St>
impl<St: State> State for SetRequestedAt<St>
type ConvoId = <St as State>::ConvoId
type RequestedAt = Set<requested_at>
type RequestedBy = <St as State>::RequestedBy
Auto Trait Implementations§
impl<St> Freeze for SetRequestedAt<St>
impl<St> RefUnwindSafe for SetRequestedAt<St>
impl<St> Send for SetRequestedAt<St>
impl<St> Sync for SetRequestedAt<St>
impl<St> Unpin for SetRequestedAt<St>
impl<St> UnsafeUnpin for SetRequestedAt<St>
impl<St> UnwindSafe for SetRequestedAt<St>
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