pub struct StlOptions {
pub binary: bool,
}Expand description
STL writer options.
Fields§
§binary: boolTrait Implementations§
Source§impl Clone for StlOptions
impl Clone for StlOptions
Source§fn clone(&self) -> StlOptions
fn clone(&self) -> StlOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StlOptions
impl Debug for StlOptions
Source§impl Default for StlOptions
impl Default for StlOptions
Source§impl PartialEq for StlOptions
impl PartialEq for StlOptions
Source§fn eq(&self, other: &StlOptions) -> bool
fn eq(&self, other: &StlOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for StlOptions
impl StructuralPartialEq for StlOptions
Auto Trait Implementations§
impl Freeze for StlOptions
impl RefUnwindSafe for StlOptions
impl Send for StlOptions
impl Sync for StlOptions
impl Unpin for StlOptions
impl UnsafeUnpin for StlOptions
impl UnwindSafe for StlOptions
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