Struct ProviderType
#[repr(transparent)]pub struct ProviderType(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for ProviderType
impl Clone for ProviderType
§fn clone(&self) -> ProviderType
fn clone(&self) -> ProviderType
Returns a copy 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 more§impl Debug for ProviderType
impl Debug for ProviderType
§impl Default for ProviderType
impl Default for ProviderType
§fn default() -> ProviderType
fn default() -> ProviderType
Returns the “default value” for a type. Read more
§impl PartialEq for ProviderType
impl PartialEq for ProviderType
impl Copy for ProviderType
impl Eq for ProviderType
impl StructuralPartialEq for ProviderType
Auto Trait Implementations§
impl Freeze for ProviderType
impl RefUnwindSafe for ProviderType
impl Send for ProviderType
impl Sync for ProviderType
impl Unpin for ProviderType
impl UnwindSafe for ProviderType
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