pub enum DeleteScriptParts<'b> {
Id(&'b str),
}
Expand description
API parts for the Delete Script API
Variants§
Implementations§
Trait Implementations§
Source§impl<'b> Clone for DeleteScriptParts<'b>
impl<'b> Clone for DeleteScriptParts<'b>
Source§fn clone(&self) -> DeleteScriptParts<'b>
fn clone(&self) -> DeleteScriptParts<'b>
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<'b> Debug for DeleteScriptParts<'b>
impl<'b> Debug for DeleteScriptParts<'b>
Source§impl<'b> PartialEq for DeleteScriptParts<'b>
impl<'b> PartialEq for DeleteScriptParts<'b>
impl<'b> StructuralPartialEq for DeleteScriptParts<'b>
Auto Trait Implementations§
impl<'b> Freeze for DeleteScriptParts<'b>
impl<'b> RefUnwindSafe for DeleteScriptParts<'b>
impl<'b> Send for DeleteScriptParts<'b>
impl<'b> Sync for DeleteScriptParts<'b>
impl<'b> Unpin for DeleteScriptParts<'b>
impl<'b> UnwindSafe for DeleteScriptParts<'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