Enum datafusion_proto::protobuf::window_frame::EndBound
source · [−]pub enum EndBound {
Bound(WindowFrameBound),
}Expand description
“optional” keyword is stable in protoc 3.15 but prost is still on 3.14 (see https://github.com/tokio-rs/prost/issues/430 and https://github.com/tokio-rs/prost/pull/455) this syntax is ugly but is binary compatible with the “optional” keyword (see https://stackoverflow.com/questions/42622015/how-to-define-an-optional-field-in-protobuf-3)
Variants
Bound(WindowFrameBound)
Implementations
Trait Implementations
impl StructuralPartialEq for EndBound
Auto Trait Implementations
impl RefUnwindSafe for EndBound
impl Send for EndBound
impl Sync for EndBound
impl Unpin for EndBound
impl UnwindSafe for EndBound
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more