struct ImageDirectiveArgs {
src_path: Option<(String, SourceSpan)>,
alt: Option<String>,
declared_width: Option<f64>,
declared_height: Option<f64>,
label: Option<(String, SourceSpan)>,
}Fields§
§src_path: Option<(String, SourceSpan)>§alt: Option<String>§declared_width: Option<f64>§declared_height: Option<f64>§label: Option<(String, SourceSpan)>Auto Trait Implementations§
impl Freeze for ImageDirectiveArgs
impl RefUnwindSafe for ImageDirectiveArgs
impl Send for ImageDirectiveArgs
impl Sync for ImageDirectiveArgs
impl Unpin for ImageDirectiveArgs
impl UnsafeUnpin for ImageDirectiveArgs
impl UnwindSafe for ImageDirectiveArgs
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