pub struct ChatPhotoBuilder { /* private fields */ }Expand description
Builder for the ChatPhoto structure
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChatPhotoBuilder
impl RefUnwindSafe for ChatPhotoBuilder
impl Send for ChatPhotoBuilder
impl Sync for ChatPhotoBuilder
impl Unpin for ChatPhotoBuilder
impl UnwindSafe for ChatPhotoBuilder
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