pub enum ScriptSupportingElement {}
Expand description
Trait Implementations§
Source§impl Clone for ScriptSupportingElement
impl Clone for ScriptSupportingElement
Source§fn clone(&self) -> ScriptSupportingElement
fn clone(&self) -> ScriptSupportingElement
Returns a copy 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 ScriptSupportingElement
impl Debug for ScriptSupportingElement
Source§impl Display for ScriptSupportingElement
impl Display for ScriptSupportingElement
Source§impl PartialEq for ScriptSupportingElement
impl PartialEq for ScriptSupportingElement
impl StructuralPartialEq for ScriptSupportingElement
Auto Trait Implementations§
impl Freeze for ScriptSupportingElement
impl RefUnwindSafe for ScriptSupportingElement
impl Send for ScriptSupportingElement
impl Sync for ScriptSupportingElement
impl Unpin for ScriptSupportingElement
impl UnwindSafe for ScriptSupportingElement
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