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