Struct rkyv::niche::option_nonzero::ArchivedOptionNonZeroI16
source · pub struct ArchivedOptionNonZeroI16 { /* private fields */ }
Expand description
A niched archived Option<NonZeroI16>
Implementations§
source§impl ArchivedOptionNonZeroI16
impl ArchivedOptionNonZeroI16
sourcepub fn as_ref(&self) -> Option<&Archived<NonZeroI16>>
pub fn as_ref(&self) -> Option<&Archived<NonZeroI16>>
Converts to an Option<&Archived<NonZeroI16>>
sourcepub fn as_mut(&mut self) -> Option<&mut Archived<NonZeroI16>>
pub fn as_mut(&mut self) -> Option<&mut Archived<NonZeroI16>>
Converts to an Option<&mut Archived<NonZeroI16>>
sourcepub fn as_pin_ref(self: Pin<&Self>) -> Option<Pin<&Archived<NonZeroI16>>>
pub fn as_pin_ref(self: Pin<&Self>) -> Option<Pin<&Archived<NonZeroI16>>>
Converts from Pin<&ArchivedOptionNonZeroI16>
to Option<Pin<&Archived<NonZeroI16>>>
.
sourcepub fn as_pin_mut(
self: Pin<&mut Self>,
) -> Option<Pin<&mut Archived<NonZeroI16>>>
pub fn as_pin_mut( self: Pin<&mut Self>, ) -> Option<Pin<&mut Archived<NonZeroI16>>>
Converts from Pin<&mut ArchivedOptionNonZeroI16>
to Option<Pin<&mut Archived<NonZeroI16>>>
.
sourcepub fn iter(&self) -> Iter<'_, Archived<NonZeroI16>>
pub fn iter(&self) -> Iter<'_, Archived<NonZeroI16>>
Returns an iterator over the possibly contained value.
sourcepub fn iter_mut(&mut self) -> IterMut<'_, Archived<NonZeroI16>>
pub fn iter_mut(&mut self) -> IterMut<'_, Archived<NonZeroI16>>
Returns a mutable iterator over the possibly contained value.
sourcepub fn get_or_insert(&mut self, v: NonZeroI16) -> &mut Archived<NonZeroI16>
pub fn get_or_insert(&mut self, v: NonZeroI16) -> &mut Archived<NonZeroI16>
Inserts v
into the option if it is None
, then returns a mutable
reference to the contained value.
sourcepub fn get_or_insert_with<F: FnOnce() -> NonZeroI16>(
&mut self,
f: F,
) -> &mut Archived<NonZeroI16>
pub fn get_or_insert_with<F: FnOnce() -> NonZeroI16>( &mut self, f: F, ) -> &mut Archived<NonZeroI16>
Inserts a value computed from f
into the option if it is None
, then
returns a mutable reference to the contained value.
sourcepub unsafe fn resolve_from_option(field: Option<NonZeroI16>, out: *mut Self)
pub unsafe fn resolve_from_option(field: Option<NonZeroI16>, out: *mut Self)
Resolves an ArchivedOptionNonZero
from an Option<NonZero>
.
§Safety
pos
must be the position ofout
within the archive
Trait Implementations§
source§impl Debug for ArchivedOptionNonZeroI16
impl Debug for ArchivedOptionNonZeroI16
source§impl<D: Fallible + ?Sized> DeserializeWith<ArchivedOptionNonZeroI16, Option<NonZero<i16>>, D> for Niche
impl<D: Fallible + ?Sized> DeserializeWith<ArchivedOptionNonZeroI16, Option<NonZero<i16>>, D> for Niche
source§fn deserialize_with(
field: &ArchivedOptionNonZeroI16,
_: &mut D,
) -> Result<Option<NonZeroI16>, D::Error>
fn deserialize_with( field: &ArchivedOptionNonZeroI16, _: &mut D, ) -> Result<Option<NonZeroI16>, D::Error>
Deserializes the field type
F
using the given deserializer.source§impl Hash for ArchivedOptionNonZeroI16
impl Hash for ArchivedOptionNonZeroI16
source§impl Ord for ArchivedOptionNonZeroI16
impl Ord for ArchivedOptionNonZeroI16
source§impl PartialEq for ArchivedOptionNonZeroI16
impl PartialEq for ArchivedOptionNonZeroI16
source§impl PartialOrd for ArchivedOptionNonZeroI16
impl PartialOrd for ArchivedOptionNonZeroI16
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for ArchivedOptionNonZeroI16
Auto Trait Implementations§
impl Freeze for ArchivedOptionNonZeroI16
impl RefUnwindSafe for ArchivedOptionNonZeroI16
impl Send for ArchivedOptionNonZeroI16
impl Sync for ArchivedOptionNonZeroI16
impl Unpin for ArchivedOptionNonZeroI16
impl UnwindSafe for ArchivedOptionNonZeroI16
Blanket Implementations§
source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
source§impl<T> CallHasher for T
impl<T> CallHasher for T
source§impl<F, W, T, D> Deserialize<With<T, W>, D> for F
impl<F, W, T, D> Deserialize<With<T, W>, D> for F
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
source§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Gets the layout of the type.