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