pub struct MessageList { /* private fields */ }Implementations§
Source§impl MessageList
impl MessageList
pub fn new() -> MessageList
pub fn message(self, message: String) -> MessageList
pub fn height(self, height: String) -> MessageList
pub fn auto_scroll(self, auto_scroll: bool) -> MessageList
Trait Implementations§
Source§impl Renderable for MessageList
impl Renderable for MessageList
Auto Trait Implementations§
impl Freeze for MessageList
impl RefUnwindSafe for MessageList
impl Send for MessageList
impl Sync for MessageList
impl Unpin for MessageList
impl UnwindSafe for MessageList
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