#[repr(u8)]pub enum position_source_type {
block = 0,
entity = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for position_source_type
impl Clone for position_source_type
Source§fn clone(&self) -> position_source_type
fn clone(&self) -> position_source_type
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 moreSource§impl Debug for position_source_type
impl Debug for position_source_type
Source§impl Display for position_source_type
impl Display for position_source_type
Source§impl Hash for position_source_type
impl Hash for position_source_type
Source§impl PartialEq for position_source_type
impl PartialEq for position_source_type
Source§impl Write for position_source_type
impl Write for position_source_type
impl Copy for position_source_type
impl Eq for position_source_type
impl StructuralPartialEq for position_source_type
Auto Trait Implementations§
impl Freeze for position_source_type
impl RefUnwindSafe for position_source_type
impl Send for position_source_type
impl Sync for position_source_type
impl Unpin for position_source_type
impl UnwindSafe for position_source_type
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