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