pub struct GcodeFile {
pub name: String,
pub size: u64,
pub last_modified: u128,
pub start_time: u128,
}
Fields§
§name: String
§size: u64
§last_modified: u128
§start_time: u128
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GcodeFile
impl<'de> Deserialize<'de> for GcodeFile
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 GcodeFile
impl RefUnwindSafe for GcodeFile
impl Send for GcodeFile
impl Sync for GcodeFile
impl Unpin for GcodeFile
impl UnwindSafe for GcodeFile
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