pub struct Fourth;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Fourth
impl RefUnwindSafe for Fourth
impl Send for Fourth
impl Sync for Fourth
impl Unpin for Fourth
impl UnwindSafe for Fourth
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