pub enum InitializerCastType {
S64,
U64,
}Variants§
Trait Implementations§
Source§impl Clone for InitializerCastType
impl Clone for InitializerCastType
Source§fn clone(&self) -> InitializerCastType
fn clone(&self) -> InitializerCastType
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 moreimpl Copy for InitializerCastType
Source§impl Debug for InitializerCastType
impl Debug for InitializerCastType
impl Eq for InitializerCastType
Source§impl PartialEq for InitializerCastType
impl PartialEq for InitializerCastType
Source§fn eq(&self, other: &InitializerCastType) -> bool
fn eq(&self, other: &InitializerCastType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InitializerCastType
Auto Trait Implementations§
impl Freeze for InitializerCastType
impl RefUnwindSafe for InitializerCastType
impl Send for InitializerCastType
impl Sync for InitializerCastType
impl Unpin for InitializerCastType
impl UnsafeUnpin for InitializerCastType
impl UnwindSafe for InitializerCastType
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