pub struct AttributePropertyOptionalBooleanMarker;
Expand description
Default marker for AttributePropertyOptionalSingletone
.
Used if no marker is defined as parameter.
Trait Implementations§
source§impl Clone for AttributePropertyOptionalBooleanMarker
impl Clone for AttributePropertyOptionalBooleanMarker
source§fn clone(&self) -> AttributePropertyOptionalBooleanMarker
fn clone(&self) -> AttributePropertyOptionalBooleanMarker
Returns a copy 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 Default for AttributePropertyOptionalBooleanMarker
impl Default for AttributePropertyOptionalBooleanMarker
source§fn default() -> AttributePropertyOptionalBooleanMarker
fn default() -> AttributePropertyOptionalBooleanMarker
Returns the “default value” for a type. Read more
impl Copy for AttributePropertyOptionalBooleanMarker
Auto Trait Implementations§
impl Freeze for AttributePropertyOptionalBooleanMarker
impl RefUnwindSafe for AttributePropertyOptionalBooleanMarker
impl Send for AttributePropertyOptionalBooleanMarker
impl Sync for AttributePropertyOptionalBooleanMarker
impl Unpin for AttributePropertyOptionalBooleanMarker
impl UnwindSafe for AttributePropertyOptionalBooleanMarker
Blanket Implementations§
source§impl<S> AssignWithType for S
impl<S> AssignWithType for S
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