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