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