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