pub struct xlp(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl Freeze for xlp
impl RefUnwindSafe for xlp
impl Send for xlp
impl Sync for xlp
impl Unpin for xlp
impl UnwindSafe for xlp
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