pub struct RailConnection(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for RailConnection
impl Clone for RailConnection
Source§fn clone(&self) -> RailConnection
fn clone(&self) -> RailConnection
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 RailConnection
impl Debug for RailConnection
Source§impl From<RailConnection> for AnyNode
impl From<RailConnection> for AnyNode
Source§fn from(v: RailConnection) -> AnyNode
fn from(v: RailConnection) -> AnyNode
Converts to this type from the input type.
Source§impl From<u32> for RailConnection
impl From<u32> for RailConnection
Source§impl FromSql for RailConnection
impl FromSql for RailConnection
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 RailConnection
impl PartialEq for RailConnection
Source§impl TryInto<RailConnection> for AnyNode
impl TryInto<RailConnection> for AnyNode
impl Copy for RailConnection
impl Eq for RailConnection
impl StructuralPartialEq for RailConnection
Auto Trait Implementations§
impl Freeze for RailConnection
impl RefUnwindSafe for RailConnection
impl Send for RailConnection
impl Sync for RailConnection
impl Unpin for RailConnection
impl UnwindSafe for RailConnection
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