pub struct ReplayWindow { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ReplayWindow
impl Clone for ReplayWindow
Source§fn clone(&self) -> ReplayWindow
fn clone(&self) -> ReplayWindow
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 moreimpl Copy for ReplayWindow
Source§impl Debug for ReplayWindow
impl Debug for ReplayWindow
Source§impl Default for ReplayWindow
impl Default for ReplayWindow
impl Eq for ReplayWindow
Source§impl PartialEq for ReplayWindow
impl PartialEq for ReplayWindow
Source§fn eq(&self, other: &ReplayWindow) -> bool
fn eq(&self, other: &ReplayWindow) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReplayWindow
Auto Trait Implementations§
impl Freeze for ReplayWindow
impl RefUnwindSafe for ReplayWindow
impl Send for ReplayWindow
impl Sync for ReplayWindow
impl Unpin for ReplayWindow
impl UnsafeUnpin for ReplayWindow
impl UnwindSafe for ReplayWindow
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