pub struct GelatoReportIdNumberOptions {}
Trait Implementations§
Source§impl Clone for GelatoReportIdNumberOptions
impl Clone for GelatoReportIdNumberOptions
Source§fn clone(&self) -> GelatoReportIdNumberOptions
fn clone(&self) -> GelatoReportIdNumberOptions
Returns a duplicate of the value. Read more
1.0.0 · 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 GelatoReportIdNumberOptions
impl Debug for GelatoReportIdNumberOptions
Source§impl FromValueOpt for GelatoReportIdNumberOptions
impl FromValueOpt for GelatoReportIdNumberOptions
fn from_value(v: Value) -> Option<Self>
impl Copy for GelatoReportIdNumberOptions
Auto Trait Implementations§
impl Freeze for GelatoReportIdNumberOptions
impl RefUnwindSafe for GelatoReportIdNumberOptions
impl Send for GelatoReportIdNumberOptions
impl Sync for GelatoReportIdNumberOptions
impl Unpin for GelatoReportIdNumberOptions
impl UnwindSafe for GelatoReportIdNumberOptions
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