Struct ExCreateClient
pub struct ExCreateClient<'ex> { /* private fields */ }Expand description
Default-param extender for WebRtcMultiplayerPeer::create_client_ex.
Implementations§
§impl<'ex> ExCreateClient<'ex>
impl<'ex> ExCreateClient<'ex>
pub fn channels_config( self, channels_config: &'ex AnyArray, ) -> ExCreateClient<'ex>
pub fn done(self) -> Error
Auto Trait Implementations§
impl<'ex> !Freeze for ExCreateClient<'ex>
impl<'ex> !RefUnwindSafe for ExCreateClient<'ex>
impl<'ex> !Send for ExCreateClient<'ex>
impl<'ex> !Sync for ExCreateClient<'ex>
impl<'ex> Unpin for ExCreateClient<'ex>
impl<'ex> !UnwindSafe for ExCreateClient<'ex>
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