Struct jyve::model::StoreGroupWithChildren
source · pub struct StoreGroupWithChildren {Show 16 fields
pub children: Option<String>,
pub client: Option<i64>,
pub created_at: Option<DateTime<Utc>>,
pub description: Option<String>,
pub id: Option<i64>,
pub is_archived: Option<bool>,
pub managers: Option<Vec<UserId>>,
pub name: String,
pub onboarding_lessonly_credential: Option<i64>,
pub parent: Option<i64>,
pub primary_manager: Option<i64>,
pub primary_manager_name: Option<String>,
pub source: Option<String>,
pub store_count: Option<String>,
pub type_: Option<String>,
pub updated_at: Option<DateTime<Utc>>,
}
Fields§
§children: Option<String>
§client: Option<i64>
§created_at: Option<DateTime<Utc>>
§description: Option<String>
§id: Option<i64>
§is_archived: Option<bool>
§managers: Option<Vec<UserId>>
§name: String
§onboarding_lessonly_credential: Option<i64>
§parent: Option<i64>
§primary_manager: Option<i64>
§primary_manager_name: Option<String>
§source: Option<String>
§store_count: Option<String>
§type_: Option<String>
§updated_at: Option<DateTime<Utc>>
Trait Implementations§
source§impl Clone for StoreGroupWithChildren
impl Clone for StoreGroupWithChildren
source§fn clone(&self) -> StoreGroupWithChildren
fn clone(&self) -> StoreGroupWithChildren
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 StoreGroupWithChildren
impl Debug for StoreGroupWithChildren
source§impl Default for StoreGroupWithChildren
impl Default for StoreGroupWithChildren
source§fn default() -> StoreGroupWithChildren
fn default() -> StoreGroupWithChildren
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for StoreGroupWithChildren
impl<'de> Deserialize<'de> for StoreGroupWithChildren
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 StoreGroupWithChildren
impl Display for StoreGroupWithChildren
Auto Trait Implementations§
impl RefUnwindSafe for StoreGroupWithChildren
impl Send for StoreGroupWithChildren
impl Sync for StoreGroupWithChildren
impl Unpin for StoreGroupWithChildren
impl UnwindSafe for StoreGroupWithChildren
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