pub enum RoomDisposition {
Stable,
Unstable,
}
Available on crate feature
state-res
only.Variants§
Stable
A room version that has a stable specification.
Unstable
A room version that is not yet fully specified.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RoomDisposition
impl RefUnwindSafe for RoomDisposition
impl Send for RoomDisposition
impl Sync for RoomDisposition
impl Unpin for RoomDisposition
impl UnwindSafe for RoomDisposition
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