pub struct CFICode;Expand description
CFICode (461).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CFICode
impl RefUnwindSafe for CFICode
impl Send for CFICode
impl Sync for CFICode
impl Unpin for CFICode
impl UnsafeUnpin for CFICode
impl UnwindSafe for CFICode
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