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