pub struct SeaRc<I>(/* private fields */)
where
I: ?Sized;
Implementationsยง
Trait Implementationsยง
Auto Trait Implementationsยง
impl<I> Freeze for SeaRc<I>where
I: ?Sized,
impl<I> RefUnwindSafe for SeaRc<I>where
I: RefUnwindSafe + ?Sized,
impl<I> Send for SeaRc<I>
impl<I> Sync for SeaRc<I>
impl<I> Unpin for SeaRc<I>where
I: ?Sized,
impl<I> UnwindSafe for SeaRc<I>where
I: RefUnwindSafe + ?Sized,
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.