pub struct MutableWrapping { /* private fields */ }
Implementations§
Source§impl MutableWrapping
impl MutableWrapping
pub fn is_nullable(&self) -> bool
pub fn is_required(&self) -> bool
pub fn pop_outermost_list_wrapping(&mut self) -> Option<ListWrapping>
pub fn push_outermost_list_wrapping(&mut self, list_wrapping: ListWrapping)
Trait Implementations§
Source§impl Clone for MutableWrapping
impl Clone for MutableWrapping
Source§fn clone(&self) -> MutableWrapping
fn clone(&self) -> MutableWrapping
Returns a duplicate 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<'de> Deserialize<'de> for MutableWrapping
impl<'de> Deserialize<'de> for MutableWrapping
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<MutableWrapping> for Wrapping
impl From<MutableWrapping> for Wrapping
Source§fn from(wrapping: MutableWrapping) -> Self
fn from(wrapping: MutableWrapping) -> Self
Converts to this type from the input type.
Source§impl From<Wrapping> for MutableWrapping
impl From<Wrapping> for MutableWrapping
Source§impl Ord for MutableWrapping
impl Ord for MutableWrapping
Source§fn cmp(&self, other: &MutableWrapping) -> Ordering
fn cmp(&self, other: &MutableWrapping) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MutableWrapping
impl PartialEq for MutableWrapping
Source§impl PartialOrd for MutableWrapping
impl PartialOrd for MutableWrapping
Source§impl Serialize for MutableWrapping
impl Serialize for MutableWrapping
impl Eq for MutableWrapping
impl StructuralPartialEq for MutableWrapping
Auto Trait Implementations§
impl Freeze for MutableWrapping
impl RefUnwindSafe for MutableWrapping
impl Send for MutableWrapping
impl Sync for MutableWrapping
impl Unpin for MutableWrapping
impl UnwindSafe for MutableWrapping
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