Struct migration::FrameClause
source · pub struct FrameClause { /* private fields */ }
Expand description
Frame clause
Trait Implementations§
source§impl Clone for FrameClause
impl Clone for FrameClause
source§fn clone(&self) -> FrameClause
fn clone(&self) -> FrameClause
Returns a copy 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 FrameClause
impl Debug for FrameClause
source§impl PartialEq for FrameClause
impl PartialEq for FrameClause
source§fn eq(&self, other: &FrameClause) -> bool
fn eq(&self, other: &FrameClause) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for FrameClause
Auto Trait Implementations§
impl Freeze for FrameClause
impl RefUnwindSafe for FrameClause
impl Send for FrameClause
impl Sync for FrameClause
impl Unpin for FrameClause
impl UnwindSafe for FrameClause
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