Struct sea_schema::postgres::def::StringAttr
source ยท Available on crate features
postgres and def only.Fieldsยง
ยงlength: Option<u16>Trait Implementationsยง
sourceยงimpl Clone for StringAttr
impl Clone for StringAttr
sourceยงfn clone(&self) -> StringAttr
fn clone(&self) -> StringAttr
Returns a copy 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 StringAttr
impl Debug for StringAttr
sourceยงimpl Default for StringAttr
impl Default for StringAttr
sourceยงfn default() -> StringAttr
fn default() -> StringAttr
Returns the โdefault valueโ for a type. Read more
sourceยงimpl PartialEq<StringAttr> for StringAttr
impl PartialEq<StringAttr> for StringAttr
sourceยงfn eq(&self, other: &StringAttr) -> bool
fn eq(&self, other: &StringAttr) -> bool
This method tests for
self and other values to be equal, and is used
by ==.