Struct bundlrs::db::AtomicPaste
source · pub struct AtomicPaste {
pub _is_atomic: bool,
pub files: Vec<AtomicPasteFSFile>,
}
Expand description
A paste content structure containing an array of files
Fields§
§_is_atomic: bool
§files: Vec<AtomicPasteFSFile>
Trait Implementations§
source§impl Clone for AtomicPaste
impl Clone for AtomicPaste
source§fn clone(&self) -> AtomicPaste
fn clone(&self) -> AtomicPaste
Returns a copy of the value. Read more
1.0.0 · 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 AtomicPaste
impl Debug for AtomicPaste
source§impl<'de> Deserialize<'de> for AtomicPaste
impl<'de> Deserialize<'de> for AtomicPaste
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 RefUnwindSafe for AtomicPaste
impl Send for AtomicPaste
impl Sync for AtomicPaste
impl Unpin for AtomicPaste
impl UnwindSafe for AtomicPaste
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