pub struct ValuePopFront {
pub pop_front: Option<usize>,
}
Fields§
§pop_front: Option<usize>
Trait Implementations§
Source§impl Clone for ValuePopFront
impl Clone for ValuePopFront
Source§fn clone(&self) -> ValuePopFront
fn clone(&self) -> ValuePopFront
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 Debug for ValuePopFront
impl Debug for ValuePopFront
Source§impl<'de> Deserialize<'de> for ValuePopFront
impl<'de> Deserialize<'de> for ValuePopFront
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 Serialize for ValuePopFront
impl Serialize for ValuePopFront
Source§impl<'__s> ToSchema<'__s> for ValuePopFront
impl<'__s> ToSchema<'__s> for ValuePopFront
Source§impl Validate for ValuePopFront
impl Validate for ValuePopFront
Source§impl<'v_a> ValidateArgs<'v_a> for ValuePopFront
impl<'v_a> ValidateArgs<'v_a> for ValuePopFront
Auto Trait Implementations§
impl Freeze for ValuePopFront
impl RefUnwindSafe for ValuePopFront
impl Send for ValuePopFront
impl Sync for ValuePopFront
impl Unpin for ValuePopFront
impl UnwindSafe for ValuePopFront
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