pub struct DcpConfig {
pub group: GroupConfig,
}Fields§
§group: GroupConfigAuto Trait Implementations§
impl Freeze for DcpConfig
impl RefUnwindSafe for DcpConfig
impl Send for DcpConfig
impl Sync for DcpConfig
impl Unpin for DcpConfig
impl UnwindSafe for DcpConfig
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