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