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