pub struct LabelPropsBuilder { /* private fields */ }Implementations§
Trait Implementations§
Source§impl From<LabelPropsBuilder> for LabelProps
impl From<LabelPropsBuilder> for LabelProps
Source§fn from(b: LabelPropsBuilder) -> Self
fn from(b: LabelPropsBuilder) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LabelPropsBuilder
impl RefUnwindSafe for LabelPropsBuilder
impl Send for LabelPropsBuilder
impl Sync for LabelPropsBuilder
impl Unpin for LabelPropsBuilder
impl UnsafeUnpin for LabelPropsBuilder
impl UnwindSafe for LabelPropsBuilder
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