pub struct ParameterContentOptions {
pub include_usage: bool,
}Fields§
§include_usage: boolTrait Implementations§
Source§impl Clone for ParameterContentOptions
impl Clone for ParameterContentOptions
Source§fn clone(&self) -> ParameterContentOptions
fn clone(&self) -> ParameterContentOptions
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 ParameterContentOptions
Auto Trait Implementations§
impl Freeze for ParameterContentOptions
impl RefUnwindSafe for ParameterContentOptions
impl Send for ParameterContentOptions
impl Sync for ParameterContentOptions
impl Unpin for ParameterContentOptions
impl UnsafeUnpin for ParameterContentOptions
impl UnwindSafe for ParameterContentOptions
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