pub struct SpecUrlEntry {
pub spec: String,
pub base_url: String,
}Expand description
JSON output for spec_urls command
Fields§
§spec: String§base_url: StringTrait Implementations§
Source§impl Debug for SpecUrlEntry
impl Debug for SpecUrlEntry
Auto Trait Implementations§
impl Freeze for SpecUrlEntry
impl RefUnwindSafe for SpecUrlEntry
impl Send for SpecUrlEntry
impl Sync for SpecUrlEntry
impl Unpin for SpecUrlEntry
impl UnsafeUnpin for SpecUrlEntry
impl UnwindSafe for SpecUrlEntry
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