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