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