pub struct DetailsContainerProps<'a> {
pub children: Vec<AnyElement<'a>>,
}Expand description
Renders a left border rail with element content to its right.
│ line 0
│ line 1
└ line 2Fields§
§children: Vec<AnyElement<'a>>Trait Implementations§
Source§impl<'a> Default for DetailsContainerProps<'a>
impl<'a> Default for DetailsContainerProps<'a>
Source§fn default() -> DetailsContainerProps<'a>
fn default() -> DetailsContainerProps<'a>
Returns the “default value” for a type. Read more
impl<'a> Props for DetailsContainerProps<'a>
Auto Trait Implementations§
impl<'a> Freeze for DetailsContainerProps<'a>
impl<'a> !RefUnwindSafe for DetailsContainerProps<'a>
impl<'a> Send for DetailsContainerProps<'a>
impl<'a> Sync for DetailsContainerProps<'a>
impl<'a> Unpin for DetailsContainerProps<'a>
impl<'a> UnsafeUnpin for DetailsContainerProps<'a>
impl<'a> !UnwindSafe for DetailsContainerProps<'a>
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