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