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