pub struct Config { /* private fields */ }
Expand description
The configuration for UCP application context.
Implementations§
Source§impl Config
impl Config
Sourcepub fn print_to_stderr(&self)
pub fn print_to_stderr(&self)
Prints information about the context configuration.
Including memory domains, transport resources, and other useful information associated with the context.
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 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