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 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 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
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 UnsafeUnpin 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