pub struct Inf(/* private fields */);Trait Implementations§
impl Copy for Inf
impl Eq for Inf
impl StructuralPartialEq for Inf
Source§impl TerminalHandle for Inf
impl TerminalHandle for Inf
Auto Trait Implementations§
impl Freeze for Inf
impl RefUnwindSafe for Inf
impl Send for Inf
impl Sync for Inf
impl Unpin for Inf
impl UnsafeUnpin for Inf
impl UnwindSafe for Inf
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