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