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