pub enum ItemOption<'a> {
Option(IterableAttrOption<'a>),
}Available on crate feature
team only.Variants§
Option(IterableAttrOption<'a>)
Implementations§
Source§impl ItemOption<'_>
impl ItemOption<'_>
pub fn new<'a>(buf: &'a [u8]) -> IterableItemOption<'a> ⓘ
Trait Implementations§
Source§impl<'a> Clone for ItemOption<'a>
impl<'a> Clone for ItemOption<'a>
Source§fn clone(&self) -> ItemOption<'a>
fn clone(&self) -> ItemOption<'a>
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 moreAuto Trait Implementations§
impl<'a> Freeze for ItemOption<'a>
impl<'a> RefUnwindSafe for ItemOption<'a>
impl<'a> Send for ItemOption<'a>
impl<'a> Sync for ItemOption<'a>
impl<'a> Unpin for ItemOption<'a>
impl<'a> UnsafeUnpin for ItemOption<'a>
impl<'a> UnwindSafe for ItemOption<'a>
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