pub enum OffsetState {
NotSet = 1,
Set = 2,
NoData = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for OffsetState
impl Clone for OffsetState
Source§fn clone(&self) -> OffsetState
fn clone(&self) -> OffsetState
Returns a duplicate 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 OffsetState
impl Debug for OffsetState
Source§impl PartialEq for OffsetState
impl PartialEq for OffsetState
impl Copy for OffsetState
impl Eq for OffsetState
impl StructuralPartialEq for OffsetState
Auto Trait Implementations§
impl Freeze for OffsetState
impl RefUnwindSafe for OffsetState
impl Send for OffsetState
impl Sync for OffsetState
impl Unpin for OffsetState
impl UnsafeUnpin for OffsetState
impl UnwindSafe for OffsetState
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