pub struct position_id_test {}
Implementations§
Source§impl position_id_test
impl position_id_test
pub fn get() -> PositionId
pub fn default() -> PositionId
Auto Trait Implementations§
impl Freeze for position_id_test
impl RefUnwindSafe for position_id_test
impl Send for position_id_test
impl Sync for position_id_test
impl Unpin for position_id_test
impl UnwindSafe for position_id_test
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