pub enum GetScriptParts<'b> {
Id(&'b str),
}
Expand description
API parts for the Get Script API
Variants§
Implementations§
Trait Implementations§
Source§impl<'b> Clone for GetScriptParts<'b>
impl<'b> Clone for GetScriptParts<'b>
Source§fn clone(&self) -> GetScriptParts<'b>
fn clone(&self) -> GetScriptParts<'b>
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'b> Debug for GetScriptParts<'b>
impl<'b> Debug for GetScriptParts<'b>
Source§impl<'b> PartialEq for GetScriptParts<'b>
impl<'b> PartialEq for GetScriptParts<'b>
impl<'b> Eq for GetScriptParts<'b>
impl<'b> StructuralPartialEq for GetScriptParts<'b>
Auto Trait Implementations§
impl<'b> Freeze for GetScriptParts<'b>
impl<'b> RefUnwindSafe for GetScriptParts<'b>
impl<'b> Send for GetScriptParts<'b>
impl<'b> Sync for GetScriptParts<'b>
impl<'b> Unpin for GetScriptParts<'b>
impl<'b> UnwindSafe for GetScriptParts<'b>
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