pub struct Config { /* private fields */ }Implementations§
Source§impl Config
impl Config
pub fn dictionary_id(&self, key: &str) -> Option<DictionaryEntryId>
pub fn require_dictionary_id(&self, key: &str) -> DictionaryEntryId
pub fn dictionary_id_or( &self, key: &str, default: DictionaryEntryId, ) -> DictionaryEntryId
Source§impl Config
impl Config
pub fn identity_id(&self, key: &str) -> Option<IdentityId>
pub fn require_identity_id(&self, key: &str) -> IdentityId
pub fn identity_id_or(&self, key: &str, default: IdentityId) -> IdentityId
Source§impl Config
impl Config
pub fn sealing(&self) -> Option<WindowSealing>
pub fn validated_sealing(&self) -> WindowSealing
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnsafeUnpin for Config
impl UnwindSafe for Config
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