pub struct SimpleRooms { /* private fields */ }Implementations§
Source§impl SimpleRooms
impl SimpleRooms
pub fn new(config: SimpleRoomsConfig) -> Self
Trait Implementations§
Source§impl Algorithm for SimpleRooms
impl Algorithm for SimpleRooms
Auto Trait Implementations§
impl Freeze for SimpleRooms
impl RefUnwindSafe for SimpleRooms
impl Send for SimpleRooms
impl Sync for SimpleRooms
impl Unpin for SimpleRooms
impl UnwindSafe for SimpleRooms
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