Struct sea_schema::postgres::def::StringAttr
source · Available on crate features
postgres
and def
only.Fields
length: Option<u16>
Trait Implementations
sourceimpl Clone for StringAttr
impl Clone for StringAttr
sourcefn clone(&self) -> StringAttr
fn clone(&self) -> StringAttr
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for StringAttr
impl Debug for StringAttr
sourceimpl Default for StringAttr
impl Default for StringAttr
sourcefn default() -> StringAttr
fn default() -> StringAttr
Returns the “default value” for a type. Read more
sourceimpl PartialEq<StringAttr> for StringAttr
impl PartialEq<StringAttr> for StringAttr
sourcefn eq(&self, other: &StringAttr) -> bool
fn eq(&self, other: &StringAttr) -> bool
impl StructuralPartialEq for StringAttr
Auto Trait Implementations
impl RefUnwindSafe for StringAttr
impl Send for StringAttr
impl Sync for StringAttr
impl Unpin for StringAttr
impl UnwindSafe for StringAttr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more