pub enum GetIsolateIdMethod {
GetIsolateId,
}Variants§
GetIsolateId
Trait Implementations§
Source§impl Clone for GetIsolateIdMethod
impl Clone for GetIsolateIdMethod
Source§fn clone(&self) -> GetIsolateIdMethod
fn clone(&self) -> GetIsolateIdMethod
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 GetIsolateIdMethod
impl Debug for GetIsolateIdMethod
Source§impl<'de> Deserialize<'de> for GetIsolateIdMethod
impl<'de> Deserialize<'de> for GetIsolateIdMethod
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 GetIsolateIdMethod
impl PartialEq for GetIsolateIdMethod
Source§impl Serialize for GetIsolateIdMethod
impl Serialize for GetIsolateIdMethod
impl StructuralPartialEq for GetIsolateIdMethod
Auto Trait Implementations§
impl Freeze for GetIsolateIdMethod
impl RefUnwindSafe for GetIsolateIdMethod
impl Send for GetIsolateIdMethod
impl Sync for GetIsolateIdMethod
impl Unpin for GetIsolateIdMethod
impl UnsafeUnpin for GetIsolateIdMethod
impl UnwindSafe for GetIsolateIdMethod
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