Struct jyve::model::SimpleStore
source · pub struct SimpleStore {
pub address: Option<String>,
pub chain_id: Option<String>,
pub chain_name: Option<String>,
pub created_at: Option<DateTime<Utc>>,
pub geo_point: Option<String>,
pub id: Option<i64>,
pub jyver_density: Option<i64>,
pub phone_number: String,
pub primary_self_identity: String,
pub timezone: Option<String>,
pub updated_at: Option<DateTime<Utc>>,
}
Fields§
§address: Option<String>
§chain_id: Option<String>
§chain_name: Option<String>
§created_at: Option<DateTime<Utc>>
§geo_point: Option<String>
§id: Option<i64>
§jyver_density: Option<i64>
§phone_number: String
§primary_self_identity: String
§timezone: Option<String>
§updated_at: Option<DateTime<Utc>>
Trait Implementations§
source§impl Clone for SimpleStore
impl Clone for SimpleStore
source§fn clone(&self) -> SimpleStore
fn clone(&self) -> SimpleStore
Returns a copy 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 SimpleStore
impl Debug for SimpleStore
source§impl Default for SimpleStore
impl Default for SimpleStore
source§fn default() -> SimpleStore
fn default() -> SimpleStore
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SimpleStore
impl<'de> Deserialize<'de> for SimpleStore
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 Display for SimpleStore
impl Display for SimpleStore
Auto Trait Implementations§
impl RefUnwindSafe for SimpleStore
impl Send for SimpleStore
impl Sync for SimpleStore
impl Unpin for SimpleStore
impl UnwindSafe for SimpleStore
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