pub struct UtRecord {
pub file_keys: Vec<String>,
pub metadata: Metadata,
pub callback_url: String,
pub callback_slug: String,
pub await_server_data: bool,
pub is_dev: bool,
}Fields§
§file_keys: Vec<String>§metadata: Metadata§callback_url: String§callback_slug: String§await_server_data: bool§is_dev: boolTrait Implementations§
Source§impl<'de> Deserialize<'de> for UtRecord
impl<'de> Deserialize<'de> for UtRecord
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 UtRecord
impl RefUnwindSafe for UtRecord
impl Send for UtRecord
impl Sync for UtRecord
impl Unpin for UtRecord
impl UnwindSafe for UtRecord
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