pub enum GetScriptSourceMethod {
GetScriptSource,
}Variants§
GetScriptSource
Trait Implementations§
Source§impl Clone for GetScriptSourceMethod
impl Clone for GetScriptSourceMethod
Source§fn clone(&self) -> GetScriptSourceMethod
fn clone(&self) -> GetScriptSourceMethod
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 GetScriptSourceMethod
impl Debug for GetScriptSourceMethod
Source§impl<'de> Deserialize<'de> for GetScriptSourceMethod
impl<'de> Deserialize<'de> for GetScriptSourceMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetScriptSourceMethod
impl PartialEq for GetScriptSourceMethod
Source§impl Serialize for GetScriptSourceMethod
impl Serialize for GetScriptSourceMethod
impl StructuralPartialEq for GetScriptSourceMethod
Auto Trait Implementations§
impl Freeze for GetScriptSourceMethod
impl RefUnwindSafe for GetScriptSourceMethod
impl Send for GetScriptSourceMethod
impl Sync for GetScriptSourceMethod
impl Unpin for GetScriptSourceMethod
impl UnsafeUnpin for GetScriptSourceMethod
impl UnwindSafe for GetScriptSourceMethod
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