pub struct SeaConnection(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for SeaConnection
impl Clone for SeaConnection
Source§fn clone(&self) -> SeaConnection
fn clone(&self) -> SeaConnection
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SeaConnection
impl Debug for SeaConnection
Source§impl From<SeaConnection> for AnyNode
impl From<SeaConnection> for AnyNode
Source§fn from(v: SeaConnection) -> AnyNode
fn from(v: SeaConnection) -> AnyNode
Converts to this type from the input type.
Source§impl From<u32> for SeaConnection
impl From<u32> for SeaConnection
Source§impl FromSql for SeaConnection
impl FromSql for SeaConnection
Source§fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>
fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>
Converts SQLite value into Rust value.
Source§impl PartialEq for SeaConnection
impl PartialEq for SeaConnection
Source§impl TryInto<SeaConnection> for AnyNode
impl TryInto<SeaConnection> for AnyNode
impl Copy for SeaConnection
impl Eq for SeaConnection
impl StructuralPartialEq for SeaConnection
Auto Trait Implementations§
impl Freeze for SeaConnection
impl RefUnwindSafe for SeaConnection
impl Send for SeaConnection
impl Sync for SeaConnection
impl Unpin for SeaConnection
impl UnwindSafe for SeaConnection
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more