pub struct LenFrac { /* private fields */ }
Trait Implementations§
impl Copy for LenFrac
impl Eq for LenFrac
impl StructuralPartialEq for LenFrac
Auto Trait Implementations§
impl Freeze for LenFrac
impl RefUnwindSafe for LenFrac
impl Send for LenFrac
impl Sync for LenFrac
impl Unpin for LenFrac
impl UnwindSafe for LenFrac
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