Struct comfy_core::FollowPlayer
source · pub struct FollowPlayer;Trait Implementations§
source§impl Clone for FollowPlayer
impl Clone for FollowPlayer
source§fn clone(&self) -> FollowPlayer
fn clone(&self) -> FollowPlayer
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 FollowPlayer
impl Debug for FollowPlayer
impl Copy for FollowPlayer
Auto Trait Implementations§
impl RefUnwindSafe for FollowPlayer
impl Send for FollowPlayer
impl Sync for FollowPlayer
impl Unpin for FollowPlayer
impl UnwindSafe for FollowPlayer
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