pub struct RawFigmaSnapshot {
pub snapshot_version: String,
pub source: RawSnapshotSource,
pub payload: Value,
}Fields§
§snapshot_version: String§source: RawSnapshotSource§payload: ValueTrait Implementations§
Source§impl Clone for RawFigmaSnapshot
impl Clone for RawFigmaSnapshot
Source§fn clone(&self) -> RawFigmaSnapshot
fn clone(&self) -> RawFigmaSnapshot
Returns a duplicate 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 RawFigmaSnapshot
impl Debug for RawFigmaSnapshot
Source§impl<'de> Deserialize<'de> for RawFigmaSnapshot
impl<'de> Deserialize<'de> for RawFigmaSnapshot
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
Source§impl PartialEq for RawFigmaSnapshot
impl PartialEq for RawFigmaSnapshot
Source§impl Serialize for RawFigmaSnapshot
impl Serialize for RawFigmaSnapshot
impl StructuralPartialEq for RawFigmaSnapshot
Auto Trait Implementations§
impl Freeze for RawFigmaSnapshot
impl RefUnwindSafe for RawFigmaSnapshot
impl Send for RawFigmaSnapshot
impl Sync for RawFigmaSnapshot
impl Unpin for RawFigmaSnapshot
impl UnsafeUnpin for RawFigmaSnapshot
impl UnwindSafe for RawFigmaSnapshot
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