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