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