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