pub struct User<C: Context + 'static> {
pub id: i64,
pub group: Option<Proxy<Group<C>>>,
pub username: String,
pub email: Option<String>,
}
Expand description
A user in the LAVA API
Fields§
§id: i64
§group: Option<Proxy<Group<C>>>
§username: String
§email: Option<String>
Trait Implementations§
Source§impl<'r, 'a, C, A> AsForeignKeyWithContext<'a, 'r, A> for User<C>
impl<'r, 'a, C, A> AsForeignKeyWithContext<'a, 'r, A> for User<C>
type CellReducer = SerializerCellReducer<'a, Serializer<A>>
fn get_cell_reducer(access: A, key: &'a str) -> Self::CellReducer
Source§impl<C> BoulderBase for User<C>where
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
impl<C> BoulderBase for User<C>where
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Source§impl<C> BoulderBase for User<C>where
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
impl<C> BoulderBase for User<C>where
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Source§impl<C: Context + 'static> Contextual for User<C>
impl<C: Context + 'static> Contextual for User<C>
Source§impl<'f, C, A> FilterableWithContext<'f, A> for User<C>
impl<'f, C, A> FilterableWithContext<'f, A> for User<C>
Source§impl<'r, C, A> IntoRowWithContext<'r, A> for User<C>
impl<'r, C, A> IntoRowWithContext<'r, A> for User<C>
type Serializer = Serializer<A>
Source§fn get_serializer(access: A) -> Self::Serializer
fn get_serializer(access: A) -> Self::Serializer
accessor
is some context valueSource§impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<User<C>, C> for Arc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<User<C>, C>,
Builder<BoulderExtraGenericParam, C>: MiniBuilderWithPersianRug<C, Result = BoulderExtraGenericParam>,
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<User<C>, C> for Arc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<User<C>, C>,
Builder<BoulderExtraGenericParam, C>: MiniBuilderWithPersianRug<C, Result = BoulderExtraGenericParam>,
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Source§impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<User<C>, C> for Cell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<User<C>, C>,
Builder<BoulderExtraGenericParam, C>: MiniBuilderWithPersianRug<C, Result = BoulderExtraGenericParam>,
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<User<C>, C> for Cell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<User<C>, C>,
Builder<BoulderExtraGenericParam, C>: MiniBuilderWithPersianRug<C, Result = BoulderExtraGenericParam>,
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Source§impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<User<C>, C> for Mutex<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<User<C>, C>,
Builder<BoulderExtraGenericParam, C>: MiniBuilderWithPersianRug<C, Result = BoulderExtraGenericParam>,
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<User<C>, C> for Mutex<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<User<C>, C>,
Builder<BoulderExtraGenericParam, C>: MiniBuilderWithPersianRug<C, Result = BoulderExtraGenericParam>,
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Source§impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<User<C>, C> for Option<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<User<C>, C>,
Builder<BoulderExtraGenericParam, C>: MiniBuilderWithPersianRug<C, Result = BoulderExtraGenericParam>,
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<User<C>, C> for Option<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<User<C>, C>,
Builder<BoulderExtraGenericParam, C>: MiniBuilderWithPersianRug<C, Result = BoulderExtraGenericParam>,
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Source§impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<User<C>, C> for Proxy<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<User<C>, C> + Contextual<Context = C>,
Builder<BoulderExtraGenericParam, C>: MiniBuilderWithPersianRug<C, Result = BoulderExtraGenericParam>,
C: Context + Owner<User<C>> + Owner<Group<C>> + Owner<BoulderExtraGenericParam> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<User<C>, C> for Proxy<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<User<C>, C> + Contextual<Context = C>,
Builder<BoulderExtraGenericParam, C>: MiniBuilderWithPersianRug<C, Result = BoulderExtraGenericParam>,
C: Context + Owner<User<C>> + Owner<Group<C>> + Owner<BoulderExtraGenericParam> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Source§impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<User<C>, C> for Rc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<User<C>, C>,
Builder<BoulderExtraGenericParam, C>: MiniBuilderWithPersianRug<C, Result = BoulderExtraGenericParam>,
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<User<C>, C> for Rc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<User<C>, C>,
Builder<BoulderExtraGenericParam, C>: MiniBuilderWithPersianRug<C, Result = BoulderExtraGenericParam>,
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Source§impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<User<C>, C> for RefCell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<User<C>, C>,
Builder<BoulderExtraGenericParam, C>: MiniBuilderWithPersianRug<C, Result = BoulderExtraGenericParam>,
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C> MiniBuildableWithPersianRug<User<C>, C> for RefCell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniBuildableWithPersianRug<User<C>, C>,
Builder<BoulderExtraGenericParam, C>: MiniBuilderWithPersianRug<C, Result = BoulderExtraGenericParam>,
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Source§impl<C> MiniBuildableWithPersianRug<User<C>, C> for User<C>where
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
impl<C> MiniBuildableWithPersianRug<User<C>, C> for User<C>where
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
Source§impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<User<C>, C> for Arc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<User<C>, C>,
Generator<Arc<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Option<Proxy<Group<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>>: MiniGeneratorWithPersianRug<C, Output = Arc<BoulderExtraGenericParam>>,
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<User<C>, C> for Arc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<User<C>, C>,
Generator<Arc<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Option<Proxy<Group<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>>: MiniGeneratorWithPersianRug<C, Output = Arc<BoulderExtraGenericParam>>,
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
type Generator = Generator<Arc<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Option<Proxy<Group<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>>
fn mini_generator() -> Self::Generator
Source§impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<User<C>, C> for Cell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<User<C>, C>,
Generator<Cell<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Option<Proxy<Group<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>>: MiniGeneratorWithPersianRug<C, Output = Cell<BoulderExtraGenericParam>>,
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<User<C>, C> for Cell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<User<C>, C>,
Generator<Cell<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Option<Proxy<Group<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>>: MiniGeneratorWithPersianRug<C, Output = Cell<BoulderExtraGenericParam>>,
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
type Generator = Generator<Cell<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Option<Proxy<Group<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>>
fn mini_generator() -> Self::Generator
Source§impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<User<C>, C> for Mutex<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<User<C>, C>,
Generator<Mutex<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Option<Proxy<Group<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>>: MiniGeneratorWithPersianRug<C, Output = Mutex<BoulderExtraGenericParam>>,
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<User<C>, C> for Mutex<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<User<C>, C>,
Generator<Mutex<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Option<Proxy<Group<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>>: MiniGeneratorWithPersianRug<C, Output = Mutex<BoulderExtraGenericParam>>,
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
type Generator = Generator<Mutex<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Option<Proxy<Group<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>>
fn mini_generator() -> Self::Generator
Source§impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<User<C>, C> for Option<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<User<C>, C>,
Generator<Option<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Option<Proxy<Group<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>>: MiniGeneratorWithPersianRug<C, Output = Option<BoulderExtraGenericParam>>,
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<User<C>, C> for Option<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<User<C>, C>,
Generator<Option<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Option<Proxy<Group<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>>: MiniGeneratorWithPersianRug<C, Output = Option<BoulderExtraGenericParam>>,
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
type Generator = Generator<Option<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Option<Proxy<Group<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>>
fn mini_generator() -> Self::Generator
Source§impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<User<C>, C> for Proxy<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<User<C>, C> + Contextual<Context = C>,
Generator<Proxy<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Option<Proxy<Group<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>>: MiniGeneratorWithPersianRug<C, Output = Proxy<BoulderExtraGenericParam>>,
C: Context + Owner<User<C>> + Owner<Group<C>> + Owner<BoulderExtraGenericParam> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<User<C>, C> for Proxy<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<User<C>, C> + Contextual<Context = C>,
Generator<Proxy<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Option<Proxy<Group<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>>: MiniGeneratorWithPersianRug<C, Output = Proxy<BoulderExtraGenericParam>>,
C: Context + Owner<User<C>> + Owner<Group<C>> + Owner<BoulderExtraGenericParam> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
type Generator = Generator<Proxy<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Option<Proxy<Group<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>>
fn mini_generator() -> Self::Generator
Source§impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<User<C>, C> for Rc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<User<C>, C>,
Generator<Rc<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Option<Proxy<Group<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>>: MiniGeneratorWithPersianRug<C, Output = Rc<BoulderExtraGenericParam>>,
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<User<C>, C> for Rc<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<User<C>, C>,
Generator<Rc<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Option<Proxy<Group<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>>: MiniGeneratorWithPersianRug<C, Output = Rc<BoulderExtraGenericParam>>,
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
type Generator = Generator<Rc<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Option<Proxy<Group<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>>
fn mini_generator() -> Self::Generator
Source§impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<User<C>, C> for RefCell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<User<C>, C>,
Generator<RefCell<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Option<Proxy<Group<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>>: MiniGeneratorWithPersianRug<C, Output = RefCell<BoulderExtraGenericParam>>,
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
impl<BoulderExtraGenericParam, C> MiniGeneratableWithPersianRug<User<C>, C> for RefCell<BoulderExtraGenericParam>where
BoulderExtraGenericParam: MiniGeneratableWithPersianRug<User<C>, C>,
Generator<RefCell<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Option<Proxy<Group<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>>: MiniGeneratorWithPersianRug<C, Output = RefCell<BoulderExtraGenericParam>>,
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
type Generator = Generator<RefCell<BoulderExtraGenericParam>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Option<Proxy<Group<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>>
fn mini_generator() -> Self::Generator
Source§impl<C> MiniGeneratableWithPersianRug<User<C>, C> for User<C>where
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
impl<C> MiniGeneratableWithPersianRug<User<C>, C> for User<C>where
C: Context + Owner<User<C>> + Owner<Group<C>> + Context + 'static,
User<C>: Contextual<Context = C>,
Group<C>: Contextual<Context = C>,
type Generator = Generator<User<C>, C, GeneratorToGeneratorWithPersianRugWrapper<i64>, <Option<Proxy<Group<C>>> as GeneratableWithPersianRug<C>>::Generator, GeneratorToGeneratorWithPersianRugWrapper<String>, GeneratorToGeneratorWithPersianRugWrapper<Option<String>>>
fn mini_generator() -> Self::Generator
Source§impl Owner<User<State>> for State
impl Owner<User<State>> for State
Source§fn add(&mut self, what: User<State>) -> Proxy<User<State>>
fn add(&mut self, what: User<State>) -> Proxy<User<State>>
Insert the given value, obtaining a
Proxy
for it.Source§fn get(&self, what: &Proxy<User<State>>) -> &User<State>
fn get(&self, what: &Proxy<User<State>>) -> &User<State>
Get a shared reference to a value from a
Proxy
for it.Source§fn get_mut(&mut self, what: &Proxy<User<State>>) -> &mut User<State>
fn get_mut(&mut self, what: &Proxy<User<State>>) -> &mut User<State>
Get an exclusive reference to a value from a
Proxy
for it.Source§fn get_iter(&self) -> TableIterator<'_, User<State>>
fn get_iter(&self) -> TableIterator<'_, User<State>>
Iterate over shared references to the stored values.
Source§fn get_iter_mut(&mut self) -> TableMutIterator<'_, User<State>>
fn get_iter_mut(&mut self) -> TableMutIterator<'_, User<State>>
Iterate over exclusive references to the stored values.
Source§fn get_proxy_iter(&self) -> TableProxyIterator<'_, User<State>>
fn get_proxy_iter(&self) -> TableProxyIterator<'_, User<State>>
Iterate over shared references to
Proxy
objects for the
stored values.Source§impl<'s, C, A> SortableWithContext<'s, A> for User<C>
impl<'s, C, A> SortableWithContext<'s, A> for User<C>
Auto Trait Implementations§
impl<C> Freeze for User<C>
impl<C> RefUnwindSafe for User<C>where
C: RefUnwindSafe,
impl<C> Send for User<C>where
C: Send,
impl<C> Sync for User<C>where
C: Sync,
impl<C> Unpin for User<C>where
C: Unpin,
impl<C> UnwindSafe for User<C>where
C: UnwindSafe,
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