#[repr(transparent)]pub struct SeaRc<I>(_)
where
I: ?Sized;
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<I: ?Sized> RefUnwindSafe for SeaRc<I>where I: RefUnwindSafe,
impl<I: ?Sized> Send for SeaRc<I>where I: Send + Sync,
impl<I: ?Sized> Sync for SeaRc<I>where I: Send + Sync,
impl<I: ?Sized> Unpin for SeaRc<I>
impl<I: ?Sized> UnwindSafe for SeaRc<I>where I: RefUnwindSafe,
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
source§impl<T> IntoColumnRef for Twhere
T: 'static + IntoIden,
impl<T> IntoColumnRef for Twhere T: 'static + IntoIden,
fn into_column_ref(self) -> ColumnRef
source§impl<I> IntoIndexColumn for Iwhere
I: IntoIden,
impl<I> IntoIndexColumn for Iwhere I: IntoIden,
fn into_index_column(self) -> IndexColumn
source§impl<T> IntoTableRef for Twhere
T: 'static + IntoIden,
impl<T> IntoTableRef for Twhere T: 'static + IntoIden,
fn into_table_ref(self) -> TableRef
source§impl<I> IntoTypeRef for Iwhere
I: IntoIden,
impl<I> IntoTypeRef for Iwhere I: IntoIden,
source§fn into_type_ref(self) -> TypeRef
fn into_type_ref(self) -> TypeRef
Available on crate feature
backend-postgres
only.