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