pub enum GetScriptLanguagesParts {
None,
}
Expand description
API parts for the Get Script Languages API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for GetScriptLanguagesParts
impl Clone for GetScriptLanguagesParts
Source§fn clone(&self) -> GetScriptLanguagesParts
fn clone(&self) -> GetScriptLanguagesParts
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 GetScriptLanguagesParts
impl Debug for GetScriptLanguagesParts
Source§impl PartialEq for GetScriptLanguagesParts
impl PartialEq for GetScriptLanguagesParts
impl StructuralPartialEq for GetScriptLanguagesParts
Auto Trait Implementations§
impl Freeze for GetScriptLanguagesParts
impl RefUnwindSafe for GetScriptLanguagesParts
impl Send for GetScriptLanguagesParts
impl Sync for GetScriptLanguagesParts
impl Unpin for GetScriptLanguagesParts
impl UnwindSafe for GetScriptLanguagesParts
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