pub struct VideoChatStartedBuilder { /* private fields */ }Expand description
Builder for the VideoChatStarted structure
Implementations§
Trait Implementations§
Source§impl Builder for VideoChatStartedBuilder
impl Builder for VideoChatStartedBuilder
Source§type Value = VideoChatStarted
type Value = VideoChatStarted
Type to be built
Auto Trait Implementations§
impl Freeze for VideoChatStartedBuilder
impl RefUnwindSafe for VideoChatStartedBuilder
impl Send for VideoChatStartedBuilder
impl Sync for VideoChatStartedBuilder
impl Unpin for VideoChatStartedBuilder
impl UnwindSafe for VideoChatStartedBuilder
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