pub struct NormalizedSource {
pub file_key: String,
pub root_node_id: String,
pub figma_api_version: String,
}Fields§
§file_key: String§root_node_id: String§figma_api_version: StringTrait Implementations§
Source§impl Clone for NormalizedSource
impl Clone for NormalizedSource
Source§fn clone(&self) -> NormalizedSource
fn clone(&self) -> NormalizedSource
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 NormalizedSource
impl Debug for NormalizedSource
Source§impl Default for NormalizedSource
impl Default for NormalizedSource
Source§impl<'de> Deserialize<'de> for NormalizedSource
impl<'de> Deserialize<'de> for NormalizedSource
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 NormalizedSource
impl PartialEq for NormalizedSource
Source§impl Serialize for NormalizedSource
impl Serialize for NormalizedSource
impl StructuralPartialEq for NormalizedSource
Auto Trait Implementations§
impl Freeze for NormalizedSource
impl RefUnwindSafe for NormalizedSource
impl Send for NormalizedSource
impl Sync for NormalizedSource
impl Unpin for NormalizedSource
impl UnsafeUnpin for NormalizedSource
impl UnwindSafe for NormalizedSource
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