pub struct Miter {
pub limit: u16,
}
Fields§
§limit: u16
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Miter
impl<'de> Deserialize<'de> for Miter
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 Ord for Miter
impl Ord for Miter
Source§impl PartialOrd for Miter
impl PartialOrd for Miter
impl Copy for Miter
impl Eq for Miter
impl StructuralPartialEq for Miter
Auto Trait Implementations§
impl Freeze for Miter
impl RefUnwindSafe for Miter
impl Send for Miter
impl Sync for Miter
impl Unpin for Miter
impl UnwindSafe for Miter
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