pub enum SLTLoopBound {
Const(usize),
Expr(NodeId),
}Variants§
Trait Implementations§
Source§impl Clone for SLTLoopBound
impl Clone for SLTLoopBound
Source§fn clone(&self) -> SLTLoopBound
fn clone(&self) -> SLTLoopBound
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SLTLoopBound
impl Debug for SLTLoopBound
Source§impl<'de> Deserialize<'de> for SLTLoopBound
impl<'de> Deserialize<'de> for SLTLoopBound
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 Eq for SLTLoopBound
Source§impl Hash for SLTLoopBound
impl Hash for SLTLoopBound
Source§impl PartialEq for SLTLoopBound
impl PartialEq for SLTLoopBound
Source§impl Serialize for SLTLoopBound
impl Serialize for SLTLoopBound
impl StructuralPartialEq for SLTLoopBound
Auto Trait Implementations§
impl Freeze for SLTLoopBound
impl RefUnwindSafe for SLTLoopBound
impl Send for SLTLoopBound
impl Sync for SLTLoopBound
impl Unpin for SLTLoopBound
impl UnsafeUnpin for SLTLoopBound
impl UnwindSafe for SLTLoopBound
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