pub struct TextCardMsg {}Auto Trait Implementations§
impl Freeze for TextCardMsg
impl RefUnwindSafe for TextCardMsg
impl Send for TextCardMsg
impl Sync for TextCardMsg
impl Unpin for TextCardMsg
impl UnwindSafe for TextCardMsg
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