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