pub struct VariableItemList { /* private fields */ }Trait Implementations§
Source§impl Clone for VariableItemList
impl Clone for VariableItemList
Source§fn clone(&self) -> VariableItemList
fn clone(&self) -> VariableItemList
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 Debug for VariableItemList
impl Debug for VariableItemList
impl Copy for VariableItemList
Auto Trait Implementations§
impl Freeze for VariableItemList
impl RefUnwindSafe for VariableItemList
impl Send for VariableItemList
impl Sync for VariableItemList
impl Unpin for VariableItemList
impl UnwindSafe for VariableItemList
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