Struct sweet_potator::recipe::metadata::Link
source · pub struct Link {
pub name: String,
pub url: String,
}Fields§
§name: String§url: StringTrait Implementations§
source§impl ParseFromStr for Link
impl ParseFromStr for Link
fn parse_from_str(s: &str) -> ParseResult<Self>
Auto Trait Implementations§
impl Freeze for Link
impl RefUnwindSafe for Link
impl Send for Link
impl Sync for Link
impl Unpin for Link
impl UnwindSafe for Link
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