pub struct TypeCheckWarning {
pub app_name: Option<String>,
pub builder: BuilderVariant,
pub message: String,
}Fields§
§app_name: Option<String>§builder: BuilderVariant§message: StringTrait Implementations§
Source§impl Clone for TypeCheckWarning
impl Clone for TypeCheckWarning
Source§fn clone(&self) -> TypeCheckWarning
fn clone(&self) -> TypeCheckWarning
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 TypeCheckWarning
impl Debug for TypeCheckWarning
Source§impl PartialEq for TypeCheckWarning
impl PartialEq for TypeCheckWarning
Source§fn eq(&self, other: &TypeCheckWarning) -> bool
fn eq(&self, other: &TypeCheckWarning) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for TypeCheckWarning
impl StructuralPartialEq for TypeCheckWarning
Auto Trait Implementations§
impl Freeze for TypeCheckWarning
impl RefUnwindSafe for TypeCheckWarning
impl Send for TypeCheckWarning
impl Sync for TypeCheckWarning
impl Unpin for TypeCheckWarning
impl UnsafeUnpin for TypeCheckWarning
impl UnwindSafe for TypeCheckWarning
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.