pub struct GetScriptContextResponse {
pub contexts: Vec<Context>,
}Fields§
§contexts: Vec<Context>Implementations§
Source§impl GetScriptContextResponse
impl GetScriptContextResponse
pub fn new(contexts: Vec<Context>) -> GetScriptContextResponse
Trait Implementations§
Source§impl Clone for GetScriptContextResponse
impl Clone for GetScriptContextResponse
Source§fn clone(&self) -> GetScriptContextResponse
fn clone(&self) -> GetScriptContextResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetScriptContextResponse
impl Debug for GetScriptContextResponse
Source§impl Default for GetScriptContextResponse
impl Default for GetScriptContextResponse
Source§fn default() -> GetScriptContextResponse
fn default() -> GetScriptContextResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetScriptContextResponse
impl<'de> Deserialize<'de> for GetScriptContextResponse
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 GetScriptContextResponse
impl PartialEq for GetScriptContextResponse
Source§fn eq(&self, other: &GetScriptContextResponse) -> bool
fn eq(&self, other: &GetScriptContextResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GetScriptContextResponse
impl Serialize for GetScriptContextResponse
impl StructuralPartialEq for GetScriptContextResponse
Auto Trait Implementations§
impl Freeze for GetScriptContextResponse
impl RefUnwindSafe for GetScriptContextResponse
impl Send for GetScriptContextResponse
impl Sync for GetScriptContextResponse
impl Unpin for GetScriptContextResponse
impl UnsafeUnpin for GetScriptContextResponse
impl UnwindSafe for GetScriptContextResponse
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