Enum vstd::rwlock::RwLockToks::Config
source · pub enum Config<K, V, Pred: InvariantPredicate<K, V>> {
initialize_full(K, V),
dummy_to_use_type_params(State<K, V, Pred>),
}
Variants§
Implementations§
source§impl<K, V, Pred: InvariantPredicate<K, V>> Config<K, V, Pred>
impl<K, V, Pred: InvariantPredicate<K, V>> Config<K, V, Pred>
pub fn arrow_1(self) -> V
pub fn arrow_initialize_full_0(self) -> K
pub fn arrow_initialize_full_1(self) -> V
pub fn arrow_dummy_to_use_type_params_0(self) -> State<K, V, Pred>
source§impl<K, V, Pred: InvariantPredicate<K, V>> Config<K, V, Pred>
impl<K, V, Pred: InvariantPredicate<K, V>> Config<K, V, Pred>
sourcepub exec fn is_initialize_full(&self) -> bool
pub exec fn is_initialize_full(&self) -> bool
sourcepub exec fn get_initialize_full_0(self) -> K
pub exec fn get_initialize_full_0(self) -> K
sourcepub exec fn get_initialize_full_1(self) -> V
pub exec fn get_initialize_full_1(self) -> V
sourcepub exec fn is_dummy_to_use_type_params(&self) -> bool
pub exec fn is_dummy_to_use_type_params(&self) -> bool
sourcepub exec fn get_dummy_to_use_type_params_0(self) -> State<K, V, Pred>
pub exec fn get_dummy_to_use_type_params_0(self) -> State<K, V, Pred>
Auto Trait Implementations§
impl<K, V, Pred> RefUnwindSafe for Config<K, V, Pred>
impl<K, V, Pred> Send for Config<K, V, Pred>
impl<K, V, Pred> Sync for Config<K, V, Pred>
impl<K, V, Pred> Unpin for Config<K, V, Pred>
impl<K, V, Pred> UnwindSafe for Config<K, V, Pred>
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