pub struct TransformOption { /* private fields */ }
Trait Implementations§
Source§impl Default for TransformOption
impl Default for TransformOption
Source§fn default() -> TransformOption
fn default() -> TransformOption
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TransformOption
impl RefUnwindSafe for TransformOption
impl Send for TransformOption
impl Sync for TransformOption
impl Unpin for TransformOption
impl UnwindSafe for TransformOption
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