pub struct BoundaryTimeObserver { /* private fields */ }Expand description
RAII token for addBoundaryTimeObserver.
Trait Implementations§
Source§impl Drop for BoundaryTimeObserver
impl Drop for BoundaryTimeObserver
Auto Trait Implementations§
impl Freeze for BoundaryTimeObserver
impl RefUnwindSafe for BoundaryTimeObserver
impl !Send for BoundaryTimeObserver
impl !Sync for BoundaryTimeObserver
impl Unpin for BoundaryTimeObserver
impl UnsafeUnpin for BoundaryTimeObserver
impl UnwindSafe for BoundaryTimeObserver
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