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