pub struct AutoIncrementProperty {
pub this: Box<Expression>,
}Expand description
AutoIncrementProperty
Fields§
§this: Box<Expression>Trait Implementations§
Source§impl Clone for AutoIncrementProperty
impl Clone for AutoIncrementProperty
Source§fn clone(&self) -> AutoIncrementProperty
fn clone(&self) -> AutoIncrementProperty
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 AutoIncrementProperty
impl Debug for AutoIncrementProperty
Source§impl<'de> Deserialize<'de> for AutoIncrementProperty
impl<'de> Deserialize<'de> for AutoIncrementProperty
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AutoIncrementProperty
impl PartialEq for AutoIncrementProperty
Source§impl Serialize for AutoIncrementProperty
impl Serialize for AutoIncrementProperty
impl StructuralPartialEq for AutoIncrementProperty
Auto Trait Implementations§
impl Freeze for AutoIncrementProperty
impl RefUnwindSafe for AutoIncrementProperty
impl Send for AutoIncrementProperty
impl Sync for AutoIncrementProperty
impl Unpin for AutoIncrementProperty
impl UnwindSafe for AutoIncrementProperty
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