pub struct WindowFrameDef {
pub frame_type: WindowFrameType,
pub start: WindowFrameBound,
pub end: Option<WindowFrameBound>,
}Expand description
Window frame specification.
Fields§
§frame_type: WindowFrameType§start: WindowFrameBound§end: Option<WindowFrameBound>Trait Implementations§
Source§impl Clone for WindowFrameDef
impl Clone for WindowFrameDef
Source§fn clone(&self) -> WindowFrameDef
fn clone(&self) -> WindowFrameDef
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 moreAuto Trait Implementations§
impl Freeze for WindowFrameDef
impl RefUnwindSafe for WindowFrameDef
impl Send for WindowFrameDef
impl Sync for WindowFrameDef
impl Unpin for WindowFrameDef
impl UnsafeUnpin for WindowFrameDef
impl UnwindSafe for WindowFrameDef
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