pub struct SystemSet { /* private fields */ }Expand description
Authoring-time system-set label.
Implementations§
Trait Implementations§
impl Eq for SystemSet
impl StructuralPartialEq for SystemSet
Auto Trait Implementations§
impl Freeze for SystemSet
impl RefUnwindSafe for SystemSet
impl Send for SystemSet
impl Sync for SystemSet
impl Unpin for SystemSet
impl UnsafeUnpin for SystemSet
impl UnwindSafe for SystemSet
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