Struct sea_schema::postgres::def::BitAttr
source · Available on crate features
postgres
and def
only.Fields
length: Option<u16>
Trait Implementations
impl StructuralPartialEq for BitAttr
Auto Trait Implementations
impl RefUnwindSafe for BitAttr
impl Send for BitAttr
impl Sync for BitAttr
impl Unpin for BitAttr
impl UnwindSafe for BitAttr
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