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