#[repr(transparent)]pub struct CoalesceEventsOptions(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for CoalesceEventsOptions
impl Clone for CoalesceEventsOptions
Source§fn clone(&self) -> CoalesceEventsOptions
fn clone(&self) -> CoalesceEventsOptions
Returns a copy 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 moreSource§impl Debug for CoalesceEventsOptions
impl Debug for CoalesceEventsOptions
Source§impl Default for CoalesceEventsOptions
impl Default for CoalesceEventsOptions
Source§fn default() -> CoalesceEventsOptions
fn default() -> CoalesceEventsOptions
Returns the “default value” for a type. Read more
Source§impl From<i32> for CoalesceEventsOptions
impl From<i32> for CoalesceEventsOptions
Source§fn from(value: i32) -> CoalesceEventsOptions
fn from(value: i32) -> CoalesceEventsOptions
Converts to this type from the input type.
Source§impl PartialEq for CoalesceEventsOptions
impl PartialEq for CoalesceEventsOptions
impl Copy for CoalesceEventsOptions
impl Eq for CoalesceEventsOptions
impl StructuralPartialEq for CoalesceEventsOptions
Auto Trait Implementations§
impl Freeze for CoalesceEventsOptions
impl RefUnwindSafe for CoalesceEventsOptions
impl Send for CoalesceEventsOptions
impl Sync for CoalesceEventsOptions
impl Unpin for CoalesceEventsOptions
impl UnwindSafe for CoalesceEventsOptions
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