pub struct PSpineBatches {
pub files: Vec<String>,
}Expand description
Format of pspine-batches-*.dat in storage.
These files exist to be a simple format for higher-level code and outside tools to parse. The spine itself writes them for that purpose, but it does not read them.
Fields§
§files: Vec<String>Trait Implementations§
Source§impl Debug for PSpineBatches
impl Debug for PSpineBatches
Source§impl<'de> Deserialize<'de> for PSpineBatches
impl<'de> Deserialize<'de> for PSpineBatches
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 PSpineBatches
impl RefUnwindSafe for PSpineBatches
impl Send for PSpineBatches
impl Sync for PSpineBatches
impl Unpin for PSpineBatches
impl UnsafeUnpin for PSpineBatches
impl UnwindSafe for PSpineBatches
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