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