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