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