pub struct RustBookFr {}
Expand description
French translation of the book “The Rust Programming Language”. [Repository]
Auto Trait Implementations§
impl Freeze for RustBookFr
impl RefUnwindSafe for RustBookFr
impl Send for RustBookFr
impl Sync for RustBookFr
impl Unpin for RustBookFr
impl UnwindSafe for RustBookFr
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