pub struct ObserveOptions {
pub event_limit: usize,
}Fields§
§event_limit: usizeTrait Implementations§
Source§impl Clone for ObserveOptions
impl Clone for ObserveOptions
impl Copy for ObserveOptions
Source§impl Debug for ObserveOptions
impl Debug for ObserveOptions
Source§impl Default for ObserveOptions
impl Default for ObserveOptions
impl Eq for ObserveOptions
Source§impl PartialEq for ObserveOptions
impl PartialEq for ObserveOptions
impl StructuralPartialEq for ObserveOptions
Auto Trait Implementations§
impl Freeze for ObserveOptions
impl RefUnwindSafe for ObserveOptions
impl Send for ObserveOptions
impl Sync for ObserveOptions
impl Unpin for ObserveOptions
impl UnsafeUnpin for ObserveOptions
impl UnwindSafe for ObserveOptions
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