pub struct RoomOptions {
pub max_peers: Option<u32>,
pub features: Features,
pub architecture: RoomArchitectureMode,
pub delivery: RoomDelivery,
}Fields§
§max_peers: Option<u32>§features: Features§architecture: RoomArchitectureMode§delivery: RoomDeliveryTrait Implementations§
Source§impl Clone for RoomOptions
impl Clone for RoomOptions
Source§impl Debug for RoomOptions
impl Debug for RoomOptions
Source§impl Default for RoomOptions
impl Default for RoomOptions
impl Eq for RoomOptions
Source§impl From<CapabilityOptions> for RoomOptions
impl From<CapabilityOptions> for RoomOptions
Source§fn from(value: CapabilityOptions) -> Self
fn from(value: CapabilityOptions) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RoomOptions
impl PartialEq for RoomOptions
impl StructuralPartialEq for RoomOptions
Auto Trait Implementations§
impl Freeze for RoomOptions
impl RefUnwindSafe for RoomOptions
impl Send for RoomOptions
impl Sync for RoomOptions
impl Unpin for RoomOptions
impl UnsafeUnpin for RoomOptions
impl UnwindSafe for RoomOptions
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.