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