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