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