Struct leptos_heroicons::size_20::solid::UsersPropsBuilder
source · pub struct UsersPropsBuilder<TypedBuilderFields = ((),)> { /* private fields */ }
Expand description
Builder for UsersProps
instances.
See UsersProps::builder()
for more info.
Implementations§
source§impl UsersPropsBuilder<((),)>
impl UsersPropsBuilder<((),)>
sourcepub fn class(
self,
class: impl Into<AttributeValue>
) -> UsersPropsBuilder<((Option<AttributeValue>,),)>
pub fn class( self, class: impl Into<AttributeValue> ) -> UsersPropsBuilder<((Option<AttributeValue>,),)>
class: impl
Into<AttributeValue>
source§impl<__class: UsersPropsBuilder_Optional<Option<AttributeValue>>> UsersPropsBuilder<(__class,)>
impl<__class: UsersPropsBuilder_Optional<Option<AttributeValue>>> UsersPropsBuilder<(__class,)>
sourcepub fn build(self) -> UsersProps
pub fn build(self) -> UsersProps
Finalise the builder and create its UsersProps
instance
Trait Implementations§
Auto Trait Implementations§
impl<TypedBuilderFields> RefUnwindSafe for UsersPropsBuilder<TypedBuilderFields>where TypedBuilderFields: RefUnwindSafe,
impl<TypedBuilderFields> Send for UsersPropsBuilder<TypedBuilderFields>where TypedBuilderFields: Send,
impl<TypedBuilderFields> Sync for UsersPropsBuilder<TypedBuilderFields>where TypedBuilderFields: Sync,
impl<TypedBuilderFields> Unpin for UsersPropsBuilder<TypedBuilderFields>where TypedBuilderFields: Unpin,
impl<TypedBuilderFields> UnwindSafe for UsersPropsBuilder<TypedBuilderFields>where TypedBuilderFields: UnwindSafe,
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