pub struct ClapperTimeline { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClapperTimeline
impl RefUnwindSafe for ClapperTimeline
impl !Send for ClapperTimeline
impl !Sync for ClapperTimeline
impl !Unpin for ClapperTimeline
impl UnwindSafe for ClapperTimeline
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