pub struct FormulaUrls {
pub stable: Option<FormulaUrlStable>,
}Expand description
URLs block (urls.stable).
Fields§
§stable: Option<FormulaUrlStable>Stable source-tarball coordinates.
Trait Implementations§
Source§impl Clone for FormulaUrls
impl Clone for FormulaUrls
Source§fn clone(&self) -> FormulaUrls
fn clone(&self) -> FormulaUrls
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FormulaUrls
impl Debug for FormulaUrls
Source§impl Default for FormulaUrls
impl Default for FormulaUrls
Source§fn default() -> FormulaUrls
fn default() -> FormulaUrls
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FormulaUrls
impl<'de> Deserialize<'de> for FormulaUrls
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for FormulaUrls
impl RefUnwindSafe for FormulaUrls
impl Send for FormulaUrls
impl Sync for FormulaUrls
impl Unpin for FormulaUrls
impl UnsafeUnpin for FormulaUrls
impl UnwindSafe for FormulaUrls
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