pub struct UriTable {
pub uris: Vec<String>,
}Expand description
List of URIs.
Fields§
§uris: Vec<String>URIs.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UriTable
impl RefUnwindSafe for UriTable
impl Send for UriTable
impl Sync for UriTable
impl Unpin for UriTable
impl UnwindSafe for UriTable
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