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