pub struct GdsImportOpts {
pub units: Option<GdsUnits>,
}
Fields§
§units: Option<GdsUnits>
Auto Trait Implementations§
impl Freeze for GdsImportOpts
impl RefUnwindSafe for GdsImportOpts
impl Send for GdsImportOpts
impl Sync for GdsImportOpts
impl Unpin for GdsImportOpts
impl UnwindSafe for GdsImportOpts
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