pub struct NamedProps {
pub props: Vec<NamedProp>,
pub total_slots: usize,
}
Fields§
§props: Vec<NamedProp>
§total_slots: usize
Implementations§
Source§impl NamedProps
impl NamedProps
Trait Implementations§
Source§impl Clone for NamedProps
impl Clone for NamedProps
Source§fn clone(&self) -> NamedProps
fn clone(&self) -> NamedProps
Returns a duplicate 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 NamedProps
impl Default for NamedProps
Source§fn default() -> NamedProps
fn default() -> NamedProps
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NamedProps
impl RefUnwindSafe for NamedProps
impl Send for NamedProps
impl Sync for NamedProps
impl Unpin for NamedProps
impl UnwindSafe for NamedProps
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