pub struct LiveFetchConfig {
pub file_key: String,
pub node_id: String,
pub figma_token: String,
pub api_base_url: Option<String>,
}Fields§
§file_key: String§node_id: String§figma_token: String§api_base_url: Option<String>Trait Implementations§
Source§impl Clone for LiveFetchConfig
impl Clone for LiveFetchConfig
Source§fn clone(&self) -> LiveFetchConfig
fn clone(&self) -> LiveFetchConfig
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 LiveFetchConfig
impl Debug for LiveFetchConfig
Source§impl PartialEq for LiveFetchConfig
impl PartialEq for LiveFetchConfig
impl Eq for LiveFetchConfig
impl StructuralPartialEq for LiveFetchConfig
Auto Trait Implementations§
impl Freeze for LiveFetchConfig
impl RefUnwindSafe for LiveFetchConfig
impl Send for LiveFetchConfig
impl Sync for LiveFetchConfig
impl Unpin for LiveFetchConfig
impl UnsafeUnpin for LiveFetchConfig
impl UnwindSafe for LiveFetchConfig
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