pub struct RejectLimitValue {
    pub nodes: (LimitValue,),
}Fields§
§nodes: (LimitValue,)Trait Implementations§
Source§impl Clone for RejectLimitValue
 
impl Clone for RejectLimitValue
Source§fn clone(&self) -> RejectLimitValue
 
fn clone(&self) -> RejectLimitValue
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 Debug for RejectLimitValue
 
impl Debug for RejectLimitValue
Source§impl<'a> From<&'a RejectLimitValue> for RefNode<'a>
 
impl<'a> From<&'a RejectLimitValue> for RefNode<'a>
Source§fn from(x: &'a RejectLimitValue) -> RefNode<'a>
 
fn from(x: &'a RejectLimitValue) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a RejectLimitValue> for RefNodes<'a>
 
impl<'a> From<&'a RejectLimitValue> for RefNodes<'a>
Source§fn from(x: &'a RejectLimitValue) -> RefNodes<'a>
 
fn from(x: &'a RejectLimitValue) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<RejectLimitValue> for AnyNode
 
impl From<RejectLimitValue> for AnyNode
Source§fn from(x: RejectLimitValue) -> AnyNode
 
fn from(x: RejectLimitValue) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a RejectLimitValue
 
impl<'a> IntoIterator for &'a RejectLimitValue
Source§impl PartialEq for RejectLimitValue
 
impl PartialEq for RejectLimitValue
Source§impl<'a> TryFrom<&'a RejectLimitValue> for Locate
 
impl<'a> TryFrom<&'a RejectLimitValue> for Locate
Source§impl TryFrom<AnyNode> for RejectLimitValue
 
impl TryFrom<AnyNode> for RejectLimitValue
Source§impl TryFrom<RejectLimitValue> for Locate
 
impl TryFrom<RejectLimitValue> for Locate
impl StructuralPartialEq for RejectLimitValue
Auto Trait Implementations§
impl Freeze for RejectLimitValue
impl RefUnwindSafe for RejectLimitValue
impl Send for RejectLimitValue
impl Sync for RejectLimitValue
impl Unpin for RejectLimitValue
impl UnwindSafe for RejectLimitValue
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