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