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