pub struct Tt {
pub a: u8,
}Fields§
§a: u8Implementations§
Auto Trait Implementations§
impl Freeze for Tt
impl RefUnwindSafe for Tt
impl Send for Tt
impl Sync for Tt
impl Unpin for Tt
impl UnwindSafe for Tt
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