pub struct vtkSerializer(/* private fields */);Expand description
Serialize VTK objects to JSON.
Implementations§
Source§impl vtkSerializer
impl vtkSerializer
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkSerializer wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkSerializer
impl Default for vtkSerializer
Auto Trait Implementations§
impl Freeze for vtkSerializer
impl RefUnwindSafe for vtkSerializer
impl !Send for vtkSerializer
impl !Sync for vtkSerializer
impl Unpin for vtkSerializer
impl UnwindSafe for vtkSerializer
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