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