pub struct BookingRefID;Expand description
BookingRefID (466).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BookingRefID
impl RefUnwindSafe for BookingRefID
impl Send for BookingRefID
impl Sync for BookingRefID
impl Unpin for BookingRefID
impl UnsafeUnpin for BookingRefID
impl UnwindSafe for BookingRefID
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