pub struct ElmImage {
pub props: ElmImageProps,
}Fields§
§props: ElmImagePropsTrait Implementations§
Auto Trait Implementations§
impl Freeze for ElmImage
impl RefUnwindSafe for ElmImage
impl Send for ElmImage
impl Sync for ElmImage
impl Unpin for ElmImage
impl UnwindSafe for ElmImage
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