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