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