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