pub struct CepOptions {
pub within: Option<String>,
pub name: Option<String>,
}Expand description
Options for StreamBuilder::cep.
Fields§
§within: Option<String>§name: Option<String>Trait Implementations§
Source§impl Clone for CepOptions
impl Clone for CepOptions
Source§fn clone(&self) -> CepOptions
fn clone(&self) -> CepOptions
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 CepOptions
impl Debug for CepOptions
Source§impl Default for CepOptions
impl Default for CepOptions
Source§fn default() -> CepOptions
fn default() -> CepOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CepOptions
impl RefUnwindSafe for CepOptions
impl Send for CepOptions
impl Sync for CepOptions
impl Unpin for CepOptions
impl UnsafeUnpin for CepOptions
impl UnwindSafe for CepOptions
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