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