pub struct canonicalBookId;
Trait Implementations§
Source§impl Field for canonicalBookId
impl Field for canonicalBookId
Auto Trait Implementations§
impl Freeze for canonicalBookId
impl RefUnwindSafe for canonicalBookId
impl Send for canonicalBookId
impl Sync for canonicalBookId
impl Unpin for canonicalBookId
impl UnwindSafe for canonicalBookId
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