pub struct FlImage(pub String);Tuple Fields§
§0: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for FlImage
impl RefUnwindSafe for FlImage
impl Send for FlImage
impl Sync for FlImage
impl Unpin for FlImage
impl UnwindSafe for FlImage
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