#[repr(C)]pub struct Maybe_Iterator {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for Maybe_Iterator
impl Clone for Maybe_Iterator
Source§fn clone(&self) -> Maybe_Iterator
fn clone(&self) -> Maybe_Iterator
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 moreSource§impl Debug for Maybe_Iterator
impl Debug for Maybe_Iterator
Source§impl PartialEq for Maybe_Iterator
impl PartialEq for Maybe_Iterator
Source§fn eq(&self, other: &Maybe_Iterator) -> bool
fn eq(&self, other: &Maybe_Iterator) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for Maybe_Iterator
impl StructuralPartialEq for Maybe_Iterator
Auto Trait Implementations§
impl Freeze for Maybe_Iterator
impl RefUnwindSafe for Maybe_Iterator
impl Send for Maybe_Iterator
impl Sync for Maybe_Iterator
impl Unpin for Maybe_Iterator
impl UnsafeUnpin for Maybe_Iterator
impl UnwindSafe for Maybe_Iterator
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