pub struct Integer32Ref<'a>(/* private fields */);
Expand description
Reference to a deserialized Integer32.
Implementations§
Source§impl<'a> Integer32Ref<'a>
impl<'a> Integer32Ref<'a>
Sourcepub fn value(&self) -> Result<i32>
pub fn value(&self) -> Result<i32>
Getter for the value
field.
Trait Implementations§
Source§impl<'a> Clone for Integer32Ref<'a>
impl<'a> Clone for Integer32Ref<'a>
Source§fn clone(&self) -> Integer32Ref<'a>
fn clone(&self) -> Integer32Ref<'a>
Returns a copy 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<'a> Debug for Integer32Ref<'a>
impl<'a> Debug for Integer32Ref<'a>
Source§impl<'a> ReadAsRoot<'a> for Integer32Ref<'a>
impl<'a> ReadAsRoot<'a> for Integer32Ref<'a>
Source§impl<'a> TryFrom<Integer32Ref<'a>> for Integer32
impl<'a> TryFrom<Integer32Ref<'a>> for Integer32
impl<'a> Copy for Integer32Ref<'a>
Auto Trait Implementations§
impl<'a> Freeze for Integer32Ref<'a>
impl<'a> RefUnwindSafe for Integer32Ref<'a>
impl<'a> Send for Integer32Ref<'a>
impl<'a> Sync for Integer32Ref<'a>
impl<'a> Unpin for Integer32Ref<'a>
impl<'a> UnwindSafe for Integer32Ref<'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