diff --git a/tmc_langs_framework/enum.ExitStatus.html b/tmc_langs_framework/enum.ExitStatus.html index 53c57aff301..b5228801cec 100644 --- a/tmc_langs_framework/enum.ExitStatus.html +++ b/tmc_langs_framework/enum.ExitStatus.html @@ -33,9 +33,9 @@ T: Clone,
sourceยง

default unsafe fn clone_to_uninit(&self, dst: *mut T)

๐Ÿ”ฌThis is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
sourceยง

impl<T> Conv for T

sourceยง

fn conv<T>(self) -> T
where Self: Into<T>,

Converts self into T using Into<T>. Read more
sourceยง

impl<T> Conv for T

sourceยง

fn conv<T>(self) -> T
where Self: Into<T>,

Converts self into a target type. Read more
sourceยง

impl<T> DynClone for T
where - T: Clone,

sourceยง

fn __clone_box(&self, _: Private) -> *mut ()

sourceยง

impl<Q, K> Equivalent<K> for Q
where + T: Clone,

sourceยง

fn __clone_box(&self, _: Private) -> *mut ()

sourceยง

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, - K: Borrow<Q> + ?Sized,

sourceยง

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
sourceยง

impl<T> FmtForward for T

sourceยง

fn fmt_binary(self) -> FmtBinary<Self>
where + K: Borrow<Q> + ?Sized,

sourceยง

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
sourceยง

impl<T> FmtForward for T

sourceยง

fn fmt_binary(self) -> FmtBinary<Self>
where Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
sourceยง

fn fmt_display(self) -> FmtDisplay<Self>
where Self: Display,

Causes self to use its Display implementation when Debug-formatted.
sourceยง

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where diff --git a/tmc_langs_framework/enum.Language.html b/tmc_langs_framework/enum.Language.html index 5348238a5a8..e2d144742b8 100644 --- a/tmc_langs_framework/enum.Language.html +++ b/tmc_langs_framework/enum.Language.html @@ -61,9 +61,9 @@
ยงExample
T: Clone,

sourceยง

default unsafe fn clone_to_uninit(&self, dst: *mut T)

๐Ÿ”ฌThis is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
sourceยง

impl<T> Conv for T

sourceยง

fn conv<T>(self) -> T
where Self: Into<T>,

Converts self into T using Into<T>. Read more
sourceยง

impl<T> Conv for T

sourceยง

fn conv<T>(self) -> T
where Self: Into<T>,

Converts self into a target type. Read more
sourceยง

impl<T> DynClone for T
where - T: Clone,

sourceยง

fn __clone_box(&self, _: Private) -> *mut ()

sourceยง

impl<Q, K> Equivalent<K> for Q
where + T: Clone,

sourceยง

fn __clone_box(&self, _: Private) -> *mut ()

sourceยง

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, - K: Borrow<Q> + ?Sized,

sourceยง

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
sourceยง

impl<T> FmtForward for T

sourceยง

fn fmt_binary(self) -> FmtBinary<Self>
where + K: Borrow<Q> + ?Sized,

sourceยง

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
sourceยง

impl<T> FmtForward for T

sourceยง

fn fmt_binary(self) -> FmtBinary<Self>
where Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
sourceยง

fn fmt_display(self) -> FmtDisplay<Self>
where Self: Display,

Causes self to use its Display implementation when Debug-formatted.
sourceยง

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where diff --git a/tmc_langs_framework/enum.MetaString.html b/tmc_langs_framework/enum.MetaString.html index 5551334ff7a..fefbb1a20c0 100644 --- a/tmc_langs_framework/enum.MetaString.html +++ b/tmc_langs_framework/enum.MetaString.html @@ -13,9 +13,9 @@ T: ?Sized,

sourceยง

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
sourceยง

impl<T> BorrowMut<T> for T
where T: ?Sized,

sourceยง

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
sourceยง

impl<T> Conv for T

sourceยง

fn conv<T>(self) -> T
where Self: Into<T>,

Converts self into T using Into<T>. Read more
sourceยง

impl<T> Conv for T

sourceยง

fn conv<T>(self) -> T
where - Self: Into<T>,

Converts self into a target type. Read more
sourceยง

impl<Q, K> Equivalent<K> for Q
where + Self: Into<T>,

Converts self into a target type. Read more
sourceยง

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, - K: Borrow<Q> + ?Sized,

sourceยง

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
sourceยง

impl<T> FmtForward for T

sourceยง

fn fmt_binary(self) -> FmtBinary<Self>
where + K: Borrow<Q> + ?Sized,

sourceยง

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
sourceยง

impl<T> FmtForward for T

sourceยง

fn fmt_binary(self) -> FmtBinary<Self>
where Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
sourceยง

fn fmt_display(self) -> FmtDisplay<Self>
where Self: Display,

Causes self to use its Display implementation when Debug-formatted.
sourceยง

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where diff --git a/tmc_langs_framework/enum.RunStatus.html b/tmc_langs_framework/enum.RunStatus.html index 0a0b6a451fc..185d014d037 100644 --- a/tmc_langs_framework/enum.RunStatus.html +++ b/tmc_langs_framework/enum.RunStatus.html @@ -20,9 +20,9 @@ T: ?Sized,

sourceยง

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
sourceยง

impl<T> BorrowMut<T> for T
where T: ?Sized,

sourceยง

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
sourceยง

impl<T> Conv for T

sourceยง

fn conv<T>(self) -> T
where Self: Into<T>,

Converts self into T using Into<T>. Read more
sourceยง

impl<T> Conv for T

sourceยง

fn conv<T>(self) -> T
where - Self: Into<T>,

Converts self into a target type. Read more
sourceยง

impl<Q, K> Equivalent<K> for Q
where + Self: Into<T>,

Converts self into a target type. Read more
sourceยง

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, - K: Borrow<Q> + ?Sized,

sourceยง

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
sourceยง

impl<T> FmtForward for T

sourceยง

fn fmt_binary(self) -> FmtBinary<Self>
where + K: Borrow<Q> + ?Sized,

sourceยง

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
sourceยง

impl<T> FmtForward for T

sourceยง

fn fmt_binary(self) -> FmtBinary<Self>
where Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
sourceยง

fn fmt_display(self) -> FmtDisplay<Self>
where Self: Display,

Causes self to use its Display implementation when Debug-formatted.
sourceยง

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where diff --git a/tmc_langs_framework/enum.StyleValidationStrategy.html b/tmc_langs_framework/enum.StyleValidationStrategy.html index e91383e3169..73fad31a89e 100644 --- a/tmc_langs_framework/enum.StyleValidationStrategy.html +++ b/tmc_langs_framework/enum.StyleValidationStrategy.html @@ -12,9 +12,9 @@ T: ?Sized,

sourceยง

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
sourceยง

impl<T> BorrowMut<T> for T
where T: ?Sized,

sourceยง

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
sourceยง

impl<T> Conv for T

sourceยง

fn conv<T>(self) -> T
where Self: Into<T>,

Converts self into T using Into<T>. Read more
sourceยง

impl<T> Conv for T

sourceยง

fn conv<T>(self) -> T
where - Self: Into<T>,

Converts self into a target type. Read more
sourceยง

impl<Q, K> Equivalent<K> for Q
where + Self: Into<T>,

Converts self into a target type. Read more
sourceยง

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, - K: Borrow<Q> + ?Sized,

sourceยง

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
sourceยง

impl<T> FmtForward for T

sourceยง

fn fmt_binary(self) -> FmtBinary<Self>
where + K: Borrow<Q> + ?Sized,

sourceยง

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
sourceยง

impl<T> FmtForward for T

sourceยง

fn fmt_binary(self) -> FmtBinary<Self>
where Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
sourceยง

fn fmt_display(self) -> FmtDisplay<Self>
where Self: Display,

Causes self to use its Display implementation when Debug-formatted.
sourceยง

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where diff --git a/tmc_langs_framework/struct.StyleValidationError.html b/tmc_langs_framework/struct.StyleValidationError.html index dfa0b1f7d2e..5f28977845f 100644 --- a/tmc_langs_framework/struct.StyleValidationError.html +++ b/tmc_langs_framework/struct.StyleValidationError.html @@ -13,9 +13,9 @@ T: ?Sized,

sourceยง

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
sourceยง

impl<T> BorrowMut<T> for T
where T: ?Sized,

sourceยง

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
sourceยง

impl<T> Conv for T

sourceยง

fn conv<T>(self) -> T
where Self: Into<T>,

Converts self into T using Into<T>. Read more
sourceยง

impl<T> Conv for T

sourceยง

fn conv<T>(self) -> T
where - Self: Into<T>,

Converts self into a target type. Read more
sourceยง

impl<Q, K> Equivalent<K> for Q
where + Self: Into<T>,

Converts self into a target type. Read more
sourceยง

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, - K: Borrow<Q> + ?Sized,

sourceยง

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
sourceยง

impl<T> FmtForward for T

sourceยง

fn fmt_binary(self) -> FmtBinary<Self>
where + K: Borrow<Q> + ?Sized,

sourceยง

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
sourceยง

impl<T> FmtForward for T

sourceยง

fn fmt_binary(self) -> FmtBinary<Self>
where Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
sourceยง

fn fmt_display(self) -> FmtDisplay<Self>
where Self: Display,

Causes self to use its Display implementation when Debug-formatted.
sourceยง

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where diff --git a/tmc_langs_framework/struct.StyleValidationResult.html b/tmc_langs_framework/struct.StyleValidationResult.html index a7d14c2c728..523cf13a20f 100644 --- a/tmc_langs_framework/struct.StyleValidationResult.html +++ b/tmc_langs_framework/struct.StyleValidationResult.html @@ -11,9 +11,9 @@ T: ?Sized,

sourceยง

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
sourceยง

impl<T> BorrowMut<T> for T
where T: ?Sized,

sourceยง

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
sourceยง

impl<T> Conv for T

sourceยง

fn conv<T>(self) -> T
where Self: Into<T>,

Converts self into T using Into<T>. Read more
sourceยง

impl<T> Conv for T

sourceยง

fn conv<T>(self) -> T
where - Self: Into<T>,

Converts self into a target type. Read more
sourceยง

impl<Q, K> Equivalent<K> for Q
where + Self: Into<T>,

Converts self into a target type. Read more
sourceยง

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, - K: Borrow<Q> + ?Sized,

sourceยง

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
sourceยง

impl<T> FmtForward for T

sourceยง

fn fmt_binary(self) -> FmtBinary<Self>
where + K: Borrow<Q> + ?Sized,

sourceยง

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
sourceยง

impl<T> FmtForward for T

sourceยง

fn fmt_binary(self) -> FmtBinary<Self>
where Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
sourceยง

fn fmt_display(self) -> FmtDisplay<Self>
where Self: Display,

Causes self to use its Display implementation when Debug-formatted.
sourceยง

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where diff --git a/tmc_langs_framework/struct.TestDesc.html b/tmc_langs_framework/struct.TestDesc.html index 5bd38eb19f9..8122b89bfba 100644 --- a/tmc_langs_framework/struct.TestDesc.html +++ b/tmc_langs_framework/struct.TestDesc.html @@ -18,9 +18,9 @@ T: ?Sized,

sourceยง

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
sourceยง

impl<T> BorrowMut<T> for T
where T: ?Sized,

sourceยง

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
sourceยง

impl<T> Conv for T

sourceยง

fn conv<T>(self) -> T
where Self: Into<T>,

Converts self into T using Into<T>. Read more
sourceยง

impl<T> Conv for T

sourceยง

fn conv<T>(self) -> T
where - Self: Into<T>,

Converts self into a target type. Read more
sourceยง

impl<Q, K> Equivalent<K> for Q
where + Self: Into<T>,

Converts self into a target type. Read more
sourceยง

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, - K: Borrow<Q> + ?Sized,

sourceยง

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
sourceยง

impl<T> FmtForward for T

sourceยง

fn fmt_binary(self) -> FmtBinary<Self>
where + K: Borrow<Q> + ?Sized,

sourceยง

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
sourceยง

impl<T> FmtForward for T

sourceยง

fn fmt_binary(self) -> FmtBinary<Self>
where Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
sourceยง

fn fmt_display(self) -> FmtDisplay<Self>
where Self: Display,

Causes self to use its Display implementation when Debug-formatted.
sourceยง

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where