pub struct FnId(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for FnId
impl RefUnwindSafe for FnId
impl Send for FnId
impl Sync for FnId
impl Unpin for FnId
impl UnsafeUnpin for FnId
impl UnwindSafe for FnId
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