pub struct PropertyBuilder<'a, T, V = ()> { /* private fields */ }Implementations§
Source§impl<'a, T, V> PropertyBuilder<'a, T, V>
impl<'a, T, V> PropertyBuilder<'a, T, V>
pub fn is_required(self) -> Self
pub fn has_max_length(self, n: usize) -> Self
pub fn has_column_name(self, name: &'static str) -> Self
pub fn is_unique(self) -> Self
pub fn has_index(self) -> Self
Auto Trait Implementations§
impl<'a, T, V = ()> !UnwindSafe for PropertyBuilder<'a, T, V>
impl<'a, T, V> Freeze for PropertyBuilder<'a, T, V>
impl<'a, T, V> RefUnwindSafe for PropertyBuilder<'a, T, V>where
T: RefUnwindSafe,
V: RefUnwindSafe,
impl<'a, T, V> Send for PropertyBuilder<'a, T, V>
impl<'a, T, V> Sync for PropertyBuilder<'a, T, V>
impl<'a, T, V> Unpin for PropertyBuilder<'a, T, V>
impl<'a, T, V> UnsafeUnpin for PropertyBuilder<'a, T, V>
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