pub struct DeriveOptions {
pub depth: usize,
}Fields§
§depth: usizeTrait Implementations§
Source§impl Clone for DeriveOptions
impl Clone for DeriveOptions
Source§fn clone(&self) -> DeriveOptions
fn clone(&self) -> DeriveOptions
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 moreimpl Copy for DeriveOptions
Source§impl Debug for DeriveOptions
impl Debug for DeriveOptions
Auto Trait Implementations§
impl Freeze for DeriveOptions
impl RefUnwindSafe for DeriveOptions
impl Send for DeriveOptions
impl Sync for DeriveOptions
impl Unpin for DeriveOptions
impl UnsafeUnpin for DeriveOptions
impl UnwindSafe for DeriveOptions
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