pub struct StringAttr {
pub length: Option<u16>,
}
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 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 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 for StringAttr
impl PartialEq for StringAttr
impl StructuralPartialEq for StringAttr
Auto Trait Implementations§
impl Freeze for StringAttr
impl RefUnwindSafe for StringAttr
impl Send for StringAttr
impl Sync for StringAttr
impl Unpin for StringAttr
impl UnwindSafe for StringAttr
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