pub struct PopularRooms;Expand description
This defines the binding for the /popularRooms endpoint in the API.
Trait Implementations§
Source§impl Endpoint for PopularRooms
impl Endpoint for PopularRooms
Auto Trait Implementations§
impl Freeze for PopularRooms
impl RefUnwindSafe for PopularRooms
impl Send for PopularRooms
impl Sync for PopularRooms
impl Unpin for PopularRooms
impl UnsafeUnpin for PopularRooms
impl UnwindSafe for PopularRooms
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