pub struct TextRepo {
pub url: Option<String>,
pub text: Option<&'static str>,
pub name: String,
}Fields§
§url: Option<String>§text: Option<&'static str>§name: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TextRepo
impl RefUnwindSafe for TextRepo
impl Send for TextRepo
impl Sync for TextRepo
impl Unpin for TextRepo
impl UnwindSafe for TextRepo
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