pub struct NtConfig { /* private fields */ }
Expand description
N-Triples serializer configuration.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NtConfig
impl RefUnwindSafe for NtConfig
impl Send for NtConfig
impl Sync for NtConfig
impl Unpin for NtConfig
impl UnwindSafe for NtConfig
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