pub struct IcConfig { /* private fields */ }Trait Implementations§
impl Copy for IcConfig
impl StructuralPartialEq for IcConfig
Auto Trait Implementations§
impl Freeze for IcConfig
impl RefUnwindSafe for IcConfig
impl Send for IcConfig
impl Sync for IcConfig
impl Unpin for IcConfig
impl UnwindSafe for IcConfig
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