Enum cyfs_base::IteratorPosition
source · [−]pub enum IteratorPosition {
Hub(Option<u16>),
SimpleSet(Option<SetIteratorPostion>),
SimpleMap(Option<String>),
}Variants
Hub(Option<u16>)
SimpleSet(Option<SetIteratorPostion>)
SimpleMap(Option<String>)
Implementations
sourceimpl IteratorPosition
impl IteratorPosition
pub fn into_hub(self) -> Option<u16>
pub fn into_simple_map(self) -> Option<String>
pub fn into_simple_set(self) -> Option<SetIteratorPostion>
Trait Implementations
sourceimpl Clone for IteratorPosition
impl Clone for IteratorPosition
sourcefn clone(&self) -> IteratorPosition
fn clone(&self) -> IteratorPosition
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for IteratorPosition
impl Send for IteratorPosition
impl Sync for IteratorPosition
impl Unpin for IteratorPosition
impl UnwindSafe for IteratorPosition
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more