pub struct MeetingOptions {
pub keypair: Keypair,
pub server: ServerOptions,
}
Expand description
Options for creating or joining a meeting point.
Fields§
§keypair: Keypair
Keypair for the participant.
server: ServerOptions
Server options.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MeetingOptions
impl<'de> Deserialize<'de> for MeetingOptions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for MeetingOptions
impl RefUnwindSafe for MeetingOptions
impl Send for MeetingOptions
impl Sync for MeetingOptions
impl Unpin for MeetingOptions
impl UnwindSafe for MeetingOptions
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