pub enum IdentityOption {
Restart(Span),
Continue(Span),
}Expand description
Identity restart option for TRUNCATE (PostgreSQL)
Variants§
Trait Implementations§
Source§impl Clone for IdentityOption
impl Clone for IdentityOption
Source§fn clone(&self) -> IdentityOption
fn clone(&self) -> IdentityOption
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 IdentityOption
impl Debug for IdentityOption
Source§impl PartialEq for IdentityOption
impl PartialEq for IdentityOption
Source§impl Spanned for IdentityOption
impl Spanned for IdentityOption
impl Eq for IdentityOption
impl StructuralPartialEq for IdentityOption
Auto Trait Implementations§
impl Freeze for IdentityOption
impl RefUnwindSafe for IdentityOption
impl Send for IdentityOption
impl Sync for IdentityOption
impl Unpin for IdentityOption
impl UnsafeUnpin for IdentityOption
impl UnwindSafe for IdentityOption
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