pub struct SystemId(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Ord for SystemId
impl Ord for SystemId
Source§impl PartialOrd for SystemId
impl PartialOrd for SystemId
impl Copy for SystemId
impl Eq for SystemId
impl StructuralPartialEq for SystemId
Auto Trait Implementations§
impl Freeze for SystemId
impl RefUnwindSafe for SystemId
impl Send for SystemId
impl Sync for SystemId
impl Unpin for SystemId
impl UnwindSafe for SystemId
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