pub struct FrameClause<'bump> {
pub mode: FrameMode,
pub start: FrameBound<'bump>,
pub end: Option<FrameBound<'bump>>,
pub exclude: Option<FrameExclude>,
}Expand description
Frame specification
Fields§
§mode: FrameModeunit
start: FrameBound<'bump>start bound
end: Option<FrameBound<'bump>>end bound
exclude: Option<FrameExclude>EXCLUDE
Trait Implementations§
Source§impl<'bump> Debug for FrameClause<'bump>
impl<'bump> Debug for FrameClause<'bump>
impl<'bump> Eq for FrameClause<'bump>
Source§impl<'bump> PartialEq for FrameClause<'bump>
impl<'bump> PartialEq for FrameClause<'bump>
Source§fn eq(&self, other: &FrameClause<'bump>) -> bool
fn eq(&self, other: &FrameClause<'bump>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'bump> StructuralPartialEq for FrameClause<'bump>
Auto Trait Implementations§
impl<'bump> !RefUnwindSafe for FrameClause<'bump>
impl<'bump> !Send for FrameClause<'bump>
impl<'bump> !Sync for FrameClause<'bump>
impl<'bump> !UnwindSafe for FrameClause<'bump>
impl<'bump> Freeze for FrameClause<'bump>
impl<'bump> Unpin for FrameClause<'bump>
impl<'bump> UnsafeUnpin for FrameClause<'bump>
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.