pub struct SchemaProp {
pub ttl_duration: Option<i64>,
pub ttl_col: Option<String>,
}Fields§
§ttl_duration: Option<i64>§ttl_col: Option<String>Trait Implementations§
Source§impl Clone for SchemaProp
impl Clone for SchemaProp
Source§fn clone(&self) -> SchemaProp
fn clone(&self) -> SchemaProp
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 SchemaProp
impl Debug for SchemaProp
Source§impl Default for SchemaProp
impl Default for SchemaProp
Source§impl<P> Deserialize<P> for SchemaPropwhere
P: ProtocolReader,
impl<P> Deserialize<P> for SchemaPropwhere
P: ProtocolReader,
Source§impl Hash for SchemaProp
impl Hash for SchemaProp
Source§impl Ord for SchemaProp
impl Ord for SchemaProp
Source§fn cmp(&self, other: &SchemaProp) -> Ordering
fn cmp(&self, other: &SchemaProp) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SchemaProp
impl PartialEq for SchemaProp
Source§impl PartialOrd for SchemaProp
impl PartialOrd for SchemaProp
Source§impl<P> Serialize<P> for SchemaPropwhere
P: ProtocolWriter,
impl<P> Serialize<P> for SchemaPropwhere
P: ProtocolWriter,
impl Eq for SchemaProp
impl Send for SchemaProp
impl StructuralPartialEq for SchemaProp
impl Sync for SchemaProp
Auto Trait Implementations§
impl Freeze for SchemaProp
impl RefUnwindSafe for SchemaProp
impl Unpin for SchemaProp
impl UnwindSafe for SchemaProp
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