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