#[repr(C)]pub struct MaxItems(/* private fields */);
Expand description
Maximum number of items which this position can hold.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MaxItems
impl<'de> Deserialize<'de> for MaxItems
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
impl Copy for MaxItems
impl Eq for MaxItems
impl StructuralPartialEq for MaxItems
Auto Trait Implementations§
impl Freeze for MaxItems
impl RefUnwindSafe for MaxItems
impl Send for MaxItems
impl Sync for MaxItems
impl Unpin for MaxItems
impl UnwindSafe for MaxItems
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