pub struct RawCheckInfo {
pub schema: String,
pub table: String,
pub name: String,
pub expression: String,
}Available on crate feature
std only.Expand description
Raw check constraint info
Fields§
§schema: String§table: String§name: String§expression: StringTrait Implementations§
Source§impl Clone for RawCheckInfo
impl Clone for RawCheckInfo
Source§fn clone(&self) -> RawCheckInfo
fn clone(&self) -> RawCheckInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RawCheckInfo
impl RefUnwindSafe for RawCheckInfo
impl Send for RawCheckInfo
impl Sync for RawCheckInfo
impl Unpin for RawCheckInfo
impl UnsafeUnpin for RawCheckInfo
impl UnwindSafe for RawCheckInfo
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