pub struct ResourceConfig { /* private fields */ }Expand description
See alt:V docs: link
Trait Implementations§
Source§impl Config for ResourceConfig
impl Config for ResourceConfig
fn get_custom_key(&self, key: &str) -> Option<&ConfigNode>
Source§impl ConfigRootNodeStore for ResourceConfig
impl ConfigRootNodeStore for ResourceConfig
Auto Trait Implementations§
impl Freeze for ResourceConfig
impl RefUnwindSafe for ResourceConfig
impl Send for ResourceConfig
impl Sync for ResourceConfig
impl Unpin for ResourceConfig
impl UnwindSafe for ResourceConfig
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