pub struct FileProps {
pub src: String,
pub name: Option<String>,
}
Fields§
§src: String
§name: Option<String>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FileProps
impl<'de> Deserialize<'de> for FileProps
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
impl Eq for FileProps
impl StructuralPartialEq for FileProps
Auto Trait Implementations§
impl Freeze for FileProps
impl RefUnwindSafe for FileProps
impl Send for FileProps
impl Sync for FileProps
impl Unpin for FileProps
impl UnwindSafe for FileProps
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